OSDN Git Service

fix getservby*_r result pointer value on error
authorDaniel Sabogal <dsabogalcc@gmail.com>
Sat, 24 Sep 2016 01:10:07 +0000 (21:10 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 24 Sep 2016 05:10:23 +0000 (01:10 -0400)
commit8d7a3f40c8de414122eb8eb2131291782ee8ed15
treed49133e15f34e1690820db11d60d6541e5926053
parentd917ef0b8468f77634df59a1a6650aff5adb6b6a
fix getservby*_r result pointer value on error

this is a clone of the fix to the gethostby*_r functions in
commit fe82bb9b921be34370e6b71a1c6f062c20999ae0. the man pages
document that the getservby*_r functions set this pointer to
NULL if there was an error or if no record was found.
src/network/getservbyname_r.c
src/network/getservbyport_r.c