make sure static buffers for snprintf(3) are large enough
authorschwarze <schwarze@openbsd.org>
Sun, 20 Apr 2014 19:39:35 +0000 (19:39 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 20 Apr 2014 19:39:35 +0000 (19:39 +0000)
commit478131463a63046a582b3c8d04d5773b4128be7e
tree75c2b6ccec6e8b8d830845010d843787808d90ef
parent2cd76d8919b12d9263d1a51a1a03c27bb2df7886
make sure static buffers for snprintf(3) are large enough
and cast snprintf return value to (void) where they are
usr.bin/mandoc/eqn.c
usr.bin/mandoc/mdoc_man.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/roff.c