CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/04/23 13:08:52
Modified files: usr.bin/mandoc : mandocdb.c Log message: 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).