commit | 48664c048d17486b80e58459d2d4fa41a36e579e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 19 11:29:21 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 20 17:53:54 2021 +0200 |
tree | 2e78717f1cd20216a2ba5625c8db765767f58f42 | |
parent | 25e010906a016c9d6e8677726e6e55de80010616 [diff] |
CLEANUP: always initialize the answer_list Similar to the previous patch, the answer's list was only initialized the first time it was added to a list, leading to bogus outdated pointer to appear when debugging code is added around it to watch it. Let's make sure it's always initialized upon allocation.