CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/10 06:04:57
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
When validating a .Bl list that defaults to -item for want of a type,
don't let a subsequent -width access mdoc_argnames[] out of bounds.
Found by tb@ with afl(1).
