Audit strlcpy(3)/strlcat(3) usage:
authorschwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 19:08:52 +0000 (19:08 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 19:08:52 +0000 (19:08 +0000)
commit3617218b77e18a1e01a7f347f38402c99af4c2a5
tree2ba148159ed447fcffbd8da517c16d8277da266a
parentab6f83368682151d59984d93af79e9ef321b61a0
Audit strlcpy(3)/strlcat(3) usage:
* Add missing truncation checks to three calls.
* In four cases where we know that the distination buffer is large enough,
cast the return vailue to (void).
usr.bin/mandoc/mandocdb.c