CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/02/07 13:04:34
Modified files:
usr.bin/mandoc : mandoc_aux.c
Log message:
Fix the mandoc_strndup() utility function. All existing callers seem
safe so far, but implementing it with an unchecked memcpy(3) is just
wrong and quite dangerous.
