CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/16 14:41:19
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Ouch, fix previous: In the edge case of a single-character string
containing nothing but a single hyphen, the pointer got incremented
twice at one point, causing a read overrun found by naddy@.
