CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/11 08:42:03
Modified files:
usr.bin/mandoc : eqn.c
Log message:
Improve detection of recursive eqn(7) "define" statements:
Do not only catch "define key 'key other stuff'",
but also "define key 'other stuff key'".
Fixing infinite loop found by tb@ with afl(1).
