soup_form_decode_multipart: check that msg really is a non-NULL message
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 8 Feb 2012 10:05:02 +0000 (10:05 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 13:41:34 +0000 (13:41 +0000)
commitf4ca9a57535683db8c5d4599d53e5fb61fce806d
tree63c140637104e50bafa65657004adf6b87704c08
parent37e4290c0c634f464f4f2dcb1ba1a7e5d1d8f42c
soup_form_decode_multipart: check that msg really is a non-NULL message

If it wasn't, the next line would segfault anyway.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=669479
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Dan Winship <danw@gnome.org>
libsoup/soup-form.c