]> git.ipfire.org Git - thirdparty/curl.git/commit
mime: make Curl_mime_duppart() assert if called without valid dst
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Sep 2019 08:06:01 +0000 (10:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Sep 2019 06:07:31 +0000 (08:07 +0200)
commit2ba62322a74a408e90b53afb185ba555a157ecb3
treea09f93efc3cabfba11cfae793ca09f8652c11c65
parentcc95dbd64f35bc11c55c475d32012c5491e2f01b
mime: make Curl_mime_duppart() assert if called without valid dst

Fixes warning detected by PVS-Studio
Fixes #4374
lib/mime.c