Unverified Commit bbae24c3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

extract_if_dead: follow-up to 54b201b4

extract_if_dead() dead is called from two functions, and only one of
them should get conn->data updated and now neither call path clears it.

scan-build found a case where conn->data would be NULL dereferenced in
ConnectionExists() otherwise.

Closes #3473
parent fe71b2d9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment