CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2019/08/16 01:42:13
Modified files: sbin/iked : parse.y Log message: Fix segfault in parser when specifying an invalid transform. For all transforms the error case only printed the error but did not exit. YYERROR was added to exit gracefully instead of segfaulting later. ok benno@