]> git.kaiwu.me - haproxy.git/commit
BUG/MAJOR: threads/dns: add missing unlock on allocation failure path
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:35:57 +0000 (10:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:35:57 +0000 (10:35 +0100)
commit5ec84574c761c883c0a7d768c417c3278c2c97d9
tree3baf866c3c54ead020e76716436acfb0c80228d6
parent70124ce3e12403632511944c17c7fb8e8455fde2
BUG/MAJOR: threads/dns: add missing unlock on allocation failure path

An unlock was missing when a memory allocation failure is detected.
src/dns.c