From acc50de312e0bb77ef76f5f848e41e9736638c17 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 26 Sep 2016 15:13:56 -0400 Subject: CVE-2016-7545 --- src/firejail/sandbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index 08296d823..baa6eb2e5 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -85,7 +85,7 @@ static void sandbox_handler(int sig){ // broadcast a SIGKILL kill(-1, SIGKILL); - ioctl(0, TCFLSH, TCIFLUSH); +// ioctl(0, TCFLSH, TCIFLUSH); exit(sig); } @@ -896,7 +896,7 @@ int sandbox(void* sandbox_arg) { } int status = monitor_application(app_pid); // monitor application - ioctl(0, TCFLSH, TCIFLUSH); +// ioctl(0, TCFLSH, TCIFLUSH); if (WIFEXITED(status)) { // if we had a proper exit, return that exit status -- cgit v1.2.3-70-g09d2