DragonFly BSD
DragonFly commits List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Samuel Greear <sjg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Jan 2012 17:04:11 -0800 (PST)

commit 4f599fd466680fe3bc182c637d97fd92da9c9df0
Author: Samuel J. Greear <sjg@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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]