From a37bf76eba0a95d8dac7d72f0917432a6d5815bc Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Tue, 26 Sep 2017 00:00:21 +0200 Subject: Drop int3 in multipart fetch with log and return NULL --- content/fetchers/httplib_kolibri.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/fetchers/httplib_kolibri.c b/content/fetchers/httplib_kolibri.c index 8ca718061..501909daf 100644 --- a/content/fetchers/httplib_kolibri.c +++ b/content/fetchers/httplib_kolibri.c @@ -121,7 +121,8 @@ void *setup_fetch(struct fetch *parent_fetch, struct nsurl *url, if(post_multipart != NULL) { LOG("[WARNING] We dont support POST multipart yet!\n"); - __asm__ __volatile__("int3"); + LOG("[NETSURF ERROR] We dont support POST multipart yet!\n"); + return NULL; } if(post_urlenc) { -- cgit v1.2.3