CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/06/27 23:44:10

Modified files:
        usr.bin/cvs    : xmalloc.c 
        usr.bin/diff   : xmalloc.c 
        usr.bin/file   : xmalloc.c 
        usr.bin/less   : main.c 
        usr.bin/rcs    : xmalloc.c 
        usr.bin/ssh    : auth2.c 
        usr.bin/tmux   : xmalloc.c 

Log message:
asprintf returns -1, not an arbitrary value < 0.  Also upon error the
(very sloppy specification) leaves an undefined value in *ret, so it is
wrong to inspect it, the error condition is enough.
discussed a little with nicm, and then much more with millert until we
were exasperated

Reply via email to