CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2021/01/27 10:02:50
Modified files: usr.bin/doas : doas.c doas.h parse.y Log message: 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@