git: crypt(3)/blowfish - Return NULL on error

Samuel Greear sjg at crater.dragonflybsd.org
Mon Jan 30 17:04:11 PST 2012


commit 4f599fd466680fe3bc182c637d97fd92da9c9df0
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Mon Jan 30 18:02:41 2012 -0700

    crypt(3)/blowfish - Return NULL on error
    
    * According to http://www.openwall.com/lists/oss-security/2011/11/15/3
      crypt(3) should probably not return ":" on error.
    
    * Make crypt_blowfish() return NULL on error as per the crypt(3) manpage.
    
    Submitted-by: Loganaden Velvindron <loganaden at gmail.com>

Summary of changes:
 secure/lib/libcrypt/crypt-blowfish.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f599fd466680fe3bc182c637d97fd92da9c9df0


-- 
DragonFly BSD source repository





More information about the Commits mailing list