CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/29 15:19:34
Modified files:
usr.bin/mandoc : roff.c
Log message:
Bugfix in roff_setstrn():
Do not call strcmp() on an array of char that might not be NUL-terminated.
CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/29 15:19:34
Modified files:
usr.bin/mandoc : roff.c
Log message:
Bugfix in roff_setstrn():
Do not call strcmp() on an array of char that might not be NUL-terminated.