commit | 848522f05df9e60eea9274e11f1e9fcd19594a5c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 15 11:12:15 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 15 13:24:43 2018 +0200 |
tree | e4f005e0a59566079f7944ae951941bd6db7d8e7 | |
parent | a8825520b785d592467c45e183ad8213cb7bf891 [diff] |
BUILD: stick-table: make sure not to fail on task_new() during initialization Gcc reports a potential null-deref error in the stick-table init code. While not critical there, it's trivial to fix. This check has been missing since 1.4 so this fix can be backported to all supported versions.