CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/20 14:17:36
Modified files:
usr.bin/mandoc : man_html.c man_term.c mdoc_html.c mdoc_term.c
Log message:
fix unchecked snprintf(3) in page header printing:
the length of the title is unknown, and speed doesn't matter here,
so use asprintf/free rather than a static buffer
