commit | bed883abe8b9590219f215ef9389b0d51cdc0d5e | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Apr 23 17:26:33 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 23 20:24:11 2019 +0200 |
tree | 3b59ff8be351eaedca03d6966e06644435beb416 | |
parent | ca8df4c0742d9d6290614e5213b18a68cf5dc7f7 [diff] |
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().