]> git.cameronkatri.com Git - mandoc.git/commit
Audit strlcpy(3)/strlcat(3) usage:
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 19:09:16 +0000 (19:09 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 19:09:16 +0000 (19:09 +0000)
commit2255a3e49af03406199043bf555c96acf31eb877
tree4d5f815c0eaa96ced7eac083a11e61216920438e
parenta479a8754f843e9b8495980e541f8a8f26d3eef3
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).
mandocdb.c