CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/14 10:28:35
Modified files:
usr.bin/mandoc : html.c
Log message:
Fix an assertion failure triggered by print_otag("sw+-l", NULL).
Even though we skip the style when the argument is NULL,
we must still consume the options.
Not found with afl(1), but during manual testing of the previous patch...
