CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/08/01 10:00:54
Modified files: usr.bin/mandoc : mdoc_validate.c Log message: Fix an off-by-one string read access that could happen if an empty string argument preceded a string argument beginning with "--". Found by Leah Neukirchen <leah at vuxu dot org> with -Wpointer-compare.