-
- Downloads
Fix potential NULL pointer deref in rblchk(), observed via segfault lately
I'm not sure why this one only started popping up now, but h_addr_list is a NULL-terminated list and it makes perfect sense that the first entry could be the NULL-terminator. gethostbyname is obsolete/deprecated and we should address that in a separate commit.
Loading
Please register or sign in to comment