commit | ea009736d8f25be6c79aff0bed3a994eef87f3fd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Nov 18 15:50:25 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 20 14:11:47 2019 +0100 |
tree | 8a61fb2aa382b946a43a4c26b2d31317c0279d80 | |
parent | eba2294e5b82931fd2e74f829e8092366728a6af [diff] |
BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests Some BUG_ON() tests emit a warning because of a potential null pointer dereference on an HTX block. In fact, it should never happen, but now, GCC is happy. This patch must be backported to 2.0.