Having fun with signal handlers

Posted on Sat 21 November 2020 in programming • Tagged with debian-planet, english

As every C and C++ programmer knows far too well, if you dereference a pointer that points outside of the space mapped on your process' memory, you get a segmentation fault and your programs crashes. As far as the language itself is concerned, you don't have a second chance and …


Continue reading