CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/30 13:08:15
Modified files:
usr.bin/doas : doas.c doas.h parse.y
Log message:
Improved error handling in config parser.
- Escaped newlines confused column counter
- An unclosed quote could have been logged multiple times
- Signed data types could overflow, which is undefined behavior
ok tedu
