commit | 2361fd9487982225e816d61f8388447068540f8a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 30 10:40:58 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 30 10:40:59 2020 +0200 |
tree | 2de2924241769fa19608c87509e79397648ca996 | |
parent | e96993b1f203a14d2ef1eaa70be595c7d5b98643 [diff] |
BUG/MINOR: lua: Fix a possible null pointer deref on lua ctx This bug was introduced by the commit 8f587ea3 ("MEDIUM: lua: Set the analyse expiration date with smaller wake_time only"). At the end of hlua_action(), the lua context may be null if the alloc failed. No backport needed, this is 2.3-dev.