CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/25 10:18:40
Modified files:
share/man/man7 : roff.7
usr.bin/mandoc : roff.c
Log message:
Reduce memory and time consumption on certain malformed input files
by limiting the length of expanded input lines during the
(usually recursive) expansion of user defined strings.
Resource hogging found by jsg@ with afl.
