]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: fix streamclose() crash in debug mode
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Mar 2017 09:09:11 +0000 (10:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Mar 2017 09:09:11 +0000 (10:09 +0100)
commit6e0f26c8a8c28dffd3bc8738cd93ed9ca8e098c8
treed7ebdc68786000c77a243e129ddb57a49f7b63dc
parent0005d00766bdaf95e23a44bd5355f68c3340b96e
multi: fix streamclose() crash in debug mode

The code would refer to the wrong data pointer. Only debug builds do
this - for verbosity.

Reported-by: zelinchen@users.noreply.github.com
Fixes #1329
lib/multi.c