CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2019/10/18 11:15:45
Modified files: usr.bin/doas : doas.c Log message: add some checks to avoid UID_MAX (-1) here. this is not problematic with the current code, but it's probably safer this way. ok deraadt