]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: listener: null pointer dereference suspected by coverity
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 12 Sep 2022 07:26:21 +0000 (09:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 12 Sep 2022 08:12:18 +0000 (10:12 +0200)
commita57786e87d0746baec43ea888bf6cd30c490d2fb
treed41058e8dad8c86e3799dbdb52cf8d5b554a9563
parent187396e34ed1ab28e73ebcd678fbe7acc32eaad4
BUG/MINOR: listener: null pointer dereference suspected by coverity

Please refer to GH #1859 for more info.
Coverity suspected improper proxy pointer handling.
Without the fix it is considered safe for the moment, but it might not
be the case in the future as we want to keep the ability to have
isolated listeners.

Making sure stop_listener(), pause_listener(), resume_listener()
and listener_release() functions make proper use
of px pointer in that context.

No need for backport except if multi-connection protocols (ie:FTP)
were to be backported as well.
src/listener.c