Merge "de-fuzz bash patch"

This commit is contained in:
Zuul 2018-10-16 01:40:24 +00:00 committed by Gerrit Code Review
commit 2f5550be48

View File

@ -62,7 +62,7 @@ diff --git a/sig.c b/sig.c
index 6bd1319..94864fa 100644
--- a/sig.c
+++ b/sig.c
@@ -556,6 +556,19 @@ termsig_handler (sig)
@@ -561,6 +561,19 @@ termsig_handler (sig)
kill (getpid (), sig);
}