]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: backend: shut another false null-deref in back_handle_st_con()
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jan 2020 10:40:40 +0000 (11:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Jan 2020 10:40:40 +0000 (11:40 +0100)
commit79fd577ac148f78fe72154c26eae0edbd012bf46
tree77a63dc44cf13889959657add05a9bda14546477
parentb1a40c72e75134a0d80c25914f2cd8711bbf7b6a
CLEANUP: backend: shut another false null-deref in back_handle_st_con()

objt_conn() may return a NULL though here we don't have this situation
anymore since the connection is always there, so let's simply switch
to the unchecked __objt_conn(). This addresses issue #454.
src/backend.c