CVSROOT: /cvs Module name: src Changes by: z...@cvs.openbsd.org 2015/07/26 13:08:17
Modified files: usr.bin/doas : doas.c Log message: Stop exiting on cmdline overflow: it's used only for logging, so aborting the whole process is stupid, and actually breaks things. Noticed and analyzed by as well as input from nigel@. Okay tedu@, espie@ and (if I understood correctly) hall@