]> git.armaanb.net Git - opendoas.git/commit
Promote nrules/maxrules to size_t and make sure they can't overflow. reallocarray...
authormillert <millert>
Wed, 27 Jan 2021 17:02:50 +0000 (17:02 +0000)
committerDuncan Overbruck <mail@duncano.de>
Thu, 28 Jan 2021 19:40:51 +0000 (20:40 +0100)
commit2d7431ca9ec0b3204a5e9fd01d0fffd946c4d430
tree19715f1b33f325a70c4b0ba3e2ee477d46189ae2
parente8e8713b26723d2daf3de50b51d2ac209ad65716
Promote nrules/maxrules to size_t and make sure they can't overflow. reallocarray(3) will fail if nmemb * size would overflow. OK tb@ martijn@
doas.c
doas.h
parse.y