]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: dns: fix multiple double close on fd in dns.c
authorEmeric Brun <ebrun@haproxy.com>
Mon, 15 Feb 2021 14:20:19 +0000 (15:20 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Feb 2021 14:42:44 +0000 (15:42 +0100)
commit267221557fe2a0641f3ab93d546a7580852d5809
tree787f728f5879682d26077d059ec9cd0ee4fdb8ed
parent0e40fda16a098a438b4508b2d607ca87c411da9e
BUG/MEDIUM: dns: fix multiple double close on fd in dns.c

It seems that fd_delete perform the close of the file descriptor
Se we must not close the fd once again after that.

This should fix issues #1128, #1130 and #1131
src/dns.c