no need to check for NULL pointers before dereferencing, as the pointers
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Oct 2009 09:12:40 +0000 (09:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Oct 2009 09:12:40 +0000 (09:12 +0000)
commit15f425bdb887ac67c316941f3bee23462ec7e0a9
tree542afe0f247c2e0d5cce2016c2ab48fa0e0176ae
parent861092637b13664ac876829891420ff8bca56d4c
no need to check for NULL pointers before dereferencing, as the pointers
MUST be valid and they are dereferenced further down in the function
unconditionally!
ares/ares_parse_srv_reply.c