About this document
Ugly Cast by ttomjones is a document available to read on EtoBox.
This C program contains a single line of code that attempts to write to memory address 0 by dereferencing a character pointer initialized to address 0 and decrementing it. This will likely cause a segmentation fault due to accessing invalid memory.
- Author
- ttomjones
- Language
- EN