CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2017/12/15 07:20:52

Modified files:
        usr.bin/jot    : jot.c 

Log message:
Use the canonical idiom to check strlcat(3). An unchecked strlcat call
led to unexpected output: compare 'jot -w $(printf %1020s)%d%' 1 1'
with 'jot -w $(printf %1019s)%d%' 1 1'.

found by & ok martijn

Reply via email to