logo

badwolf

Unnamed repository; edit this file 'description' to name the repository.
commit: c7bb0f29adbc6b45c1b9902d8f624ac0c0145d05
parent: 317b472d544d2f825d7007202053d6fa521a4747
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 23 Jan 2019 09:50:19 +0100

badwolf.c: Let WebKit handle rest of crashes for now

Diffstat:

Mbadwolf.c3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/badwolf.c b/badwolf.c @@ -40,7 +40,8 @@ static gboolean WebViewCb_web_process_terminated(WebKitWebView *webView, } fprintf(stderr, "BadWolf [signal: web-process-terminated]: %s", str_reason); - return TRUE; + + return FALSE; } static gboolean WebViewCb_notify__uri(WebKitWebView *webView, GParamSpec *pspec, gpointer user_data)