CLEANUP: queue: Remove useless tests on p or pp in pendconn_process_next_strm()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Feb 2021 10:13:33 +0000 (11:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 Feb 2021 10:48:36 +0000 (11:48 +0100)
commitcd7126b39650dfd99ae1cb73e339e5c9824b04ba
tree6c9f922ff4d214d1af2733e8e9f650770bff886f
parenta1e0f387c77212564a3b727d313eee79d273a786
CLEANUP: queue: Remove useless tests on p or pp in pendconn_process_next_strm()

This patch removes unecessary tests on p or pp pointers in
pendconn_process_next_strm() function. This should make cppcheck happy and
avoid false report of null pointer dereference.

This patch should fix the issue #1036.
src/queue.c