commit | b8bc52522c751c4d9f51ae5cd3049d02c488cbcc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 15:51:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 05 20:01:23 2018 +0200 |
tree | 5354c4f1e7c50fbda5efe68f3dc0b18bae25bb5e | |
parent | 02fdf4f77b3ccc9604d6db373cfb7906a50d199e [diff] |
MINOR: log: keep a copy of s->flags early to avoid a dereference By placing s->flags into a local variable we'll be able to force it new values when s is NULL.