CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/20 14:48:34
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
strlen+malloc+snprintf is error prone;
rewrite post_lb() to use asprintf(3) instead
CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/20 14:48:34
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
strlen+malloc+snprintf is error prone;
rewrite post_lb() to use asprintf(3) instead