commit | bce4d8a37db6db5acd56cf2ab188a86367d3f8b3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 16 08:17:23 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 16 08:17:23 2018 +0100 |
tree | 9f15fe9cb69731cdb8871754ff2d3ce5813aab06 | |
parent | 51e474136b6c53a64486a60251a33cce85662b57 [diff] |
MINOR: debug: make the ABORT_NOW macro use a volatile int Similar to previous commit, let's make the macro use a volatile when dereferencing NULL so that clang doesn't optimize it away.