commit | 389ab0d4b4031c1a7f05fe1b4607f31737b5b9b9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 20 19:16:04 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 20 19:58:38 2023 +0100 |
tree | 929294122694312adbdf074d287c5f294095b588 | |
parent | bcdc6cc15b86dc89de4ca55244a2152386f1d1f1 [diff] |
BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path On the allocation error path in h2_init() we may check if h2c->wait_event.tasklet needs to be released but it has not yet been zeroed. Let's do this before jumping to the freeing location. This needs to be backported to all maintained versions.