commit | 3bbd65b23eba214abf07d5728fe74909fc5d286d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 15 11:55:45 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 15 18:42:23 2017 +0200 |
tree | 991dca53a66a6452468a617db28377688097c418 | |
parent | ccbc3fd9f932958902c7ac78f95eba0badb01d57 [diff] |
BUG/MINOR: dns: Fix check on nameserver in snr_resolution_cb snr_resolution_cb can be called with <nameserver> parameter set to NULL. So we must check it before using it. This is done most of time, except when we deal with invalid DNS response.