CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/06 12:36:49
Modified files:
usr.bin/mandoc : mandoc.c
Log message:
Fix handling of escape sequences taking numeric arguments.
* Repair detection of invalid delimiters.
* Discard the invalid delimiter together with the invalid sequence.
Note to self: In general, strchr("\0...", c) is a thoroughly bad idea.
