commit | cd7126b39650dfd99ae1cb73e339e5c9824b04ba | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 11 11:13:33 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 11 11:48:36 2021 +0100 |
tree | 6c9f922ff4d214d1af2733e8e9f650770bff886f | |
parent | a1e0f387c77212564a3b727d313eee79d273a786 [diff] |
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.