CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/30 17:11:52
Modified files:
usr.bin/mandoc : mdoc.h mdoc_term.c tbl_term.c term.c term.h
Log message:
Use relative offsets instead of absolute pointers for the terminal
font stack. The latter fail after the stack is grown with realloc().
Fixing an assertion failure found by jsg@ with afl some time ago
(test case number 51).
