CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/01 07:44:15
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Avoid a read access one byte beyond the end of an allocated string
which occurred in situations like ".Fl a Cm --"; found by
Leah Neukirchen <leah at vuxu dot org> with valgrind on Void Linux.
