commit | 3d7f9ff377e406cdff55876e4f4f8e5a96448037 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Mon Jan 25 17:51:36 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Jan 26 09:33:18 2021 +0100 |
tree | fff4b6c55187d7c7cd7fef00e13e5346b596f14c | |
parent | bde2bf6fd3455c372bccf139a703e81325367665 [diff] |
MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set. Hopefully this helps static analysis tools detecting that the code after that call is unreachable. See GitHub Issue #1075.