]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: stream: Missing DNS context initializations.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 23 Apr 2019 15:26:33 +0000 (17:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Apr 2019 18:24:11 +0000 (20:24 +0200)
commitbed883abe8b9590219f215ef9389b0d51cdc0d5e
tree3b59ff8be351eaedca03d6966e06644435beb416
parentca8df4c0742d9d6290614e5213b18a68cf5dc7f7
BUG/MAJOR: stream: Missing DNS context initializations.

Fix some missing initializations wich came with 333939c commit (MINOR: action:
new '(http-request|tcp-request content) do-resolve' action). The DNS contexts of
streams which were allocated were not initialized by stream_new(). This leaded to
accesses to non-allocated memory when freeing these contexts with stream_free().
src/stream.c