connect.c: fix multiple possible dereferences of null pointers
In case the first address in the tempaddr array is NULL, the code would previously dereference an unchecked null pointer.
parent
3f74e149
Please register or sign in to comment
In case the first address in the tempaddr array is NULL, the code would previously dereference an unchecked null pointer.