]> granicus.if.org Git - curl/commit
multi: Dereference of null pointer
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Feb 2019 15:38:57 +0000 (16:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Feb 2019 07:06:35 +0000 (08:06 +0100)
commitbb2444b79435eb00e7727133c0c2c5b5124dacae
tree5f276a86c6d00002c7573ce1c66bb4df524a11dd
parent59e043c592a92e7ff8c5044d3bb8164b137addd8
multi: Dereference of null pointer

Mostly a false positive, but this makes the code easier to read anyway.

Detected by scan-build.

Closes #3563
lib/multi.c