]> granicus.if.org Git - curl/commit
source: fix two 'nread' may be used uninitialized warnings
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Mar 2019 08:37:53 +0000 (09:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Mar 2019 12:03:43 +0000 (13:03 +0100)
commit4ed62bc0dc157809372659221872a7df61701130
treec850f6d7277bd84ffa61ea6edeb50fcad61037a9
parent39c29626cbf5cdce5d41d0301ba67eeced2a922a
source: fix two 'nread' may be used uninitialized warnings

Both seem to be false positives but we don't like warnings.

Closes #3646
lib/security.c
lib/socks.c