A vulnerability based off the default behavior o signal(). It will reset to SIG_DFL for almost all signals meaning signal() handler must reinstall itself as the first action. If another signal is detected while the signal is being reinstalled the program terminates.