CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/12 07:13:23
Modified files:
usr.bin/mandoc : eqn_term.c
regress/usr.bin/mandoc/eqn/matrix: Makefile
regress/usr.bin/mandoc/eqn/unary: sqrt.in sqrt.out_ascii
sqrt.out_html
Added files:
regress/usr.bin/mandoc/eqn/matrix: empty.in empty.out_ascii
empty.out_html
Log message:
Do not access a NULL pointer if a matrix or square root are empty.
Crashes found by tb@ with afl(1).
