CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2014/12/24 11:03:34

Modified files:
        usr.bin/mandoc : man.h man_term.c 
        regress/usr.bin/mandoc/man/RS: width.in width.out_ascii 

Log message:
For .RS, we need to save the information how much we actually indented
because negative indents can get truncated, in which case we no longer
know how to restore the original indent at the end of the block.
This also solves another case of effectively infinite output found
by jsg@ with afl, triggered by very large negative indents.

Reply via email to