]> granicus.if.org Git - curl/commit
added a NULL pointer check for the name field as it can in fact be NULL when
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Oct 2008 21:56:35 +0000 (21:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Oct 2008 21:56:35 +0000 (21:56 +0000)
commit0bb91218c51e7ae04975b9993ec0a5e67da75137
tree02d45b1fd55c0e4aefd0a7c05c944eb424a0aa98
parent231a51fe7ac4f21d3e8d6dd5b6e039e1aa304406
added a NULL pointer check for the name field as it can in fact be NULL when
dereferenced here, if the app passes in a funny combo. Detected by coverity.com
lib/formdata.c