From a8e2578febbb71d1b788c7270c2be57ca1e64dec Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 4 Dec 2015 14:27:41 -0500 Subject: remove soft interrupt handler before cleanup The soft interrupt handler dereferences config, causing a segfault if it is called during cleanup. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/pacman/sighandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pacman/sighandler.h') diff --git a/src/pacman/sighandler.h b/src/pacman/sighandler.h index 51f347b6..b9633573 100644 --- a/src/pacman/sighandler.h +++ b/src/pacman/sighandler.h @@ -23,6 +23,7 @@ void install_segv_handler(void); void install_winch_handler(void); void install_soft_interrupt_handler(void); +void remove_soft_interrupt_handler(void); #endif /* _PM_SIGHANDLER_H */ -- cgit v1.2.3-24-g4f1b