]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: http: address a couple of null-deref warnings at -Wextra
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2018 09:12:58 +0000 (11:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Sep 2018 09:42:15 +0000 (11:42 +0200)
commitb05e48a54d67f5a4013ab6af48680252505851a6
tree2b1e8d658e9623fdede0eea0145177f780920088
parentb8d42d02104aa5ecdfc58189bc02bf2359450d80
BUILD: http: address a couple of null-deref warnings at -Wextra

These two warnings are caused by the use of objt_server() without
checking its result. These are turned to __objt_server() which is
safe there.
src/proto_http.c