git: libc/strptime: Check for NULL, not 0.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat Aug 6 21:57:59 PDT 2016


commit 4d0d600c6e8ea2aeb3e2a4204e65a6ed07945ffb
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Tue Jul 26 09:59:42 2016 +0300

    libc/strptime: Check for NULL, not 0.
    
    Also add check for gmtime_r() result.
    
    While there, perform license change as per FreeBSD r267544

Summary of changes:
 lib/libc/stdtime/strptime.c | 66 +++++++++++++++------------------------------
 1 file changed, 22 insertions(+), 44 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list