OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millertcvs.openbsd.org)
Date: Wed Nov 21 2001 - 14:41:56 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2001/11/21 13:41:56

    Modified files:
            usr.bin/mail : cmd1.c cmd2.c cmd3.c lex.c list.c names.c
                             popen.c tty.c vars.c

    Log message:
    o kill strcpy()
    o check return values of malloc and friends
    o use strdup() when sensible