Uncensored - Overflow
I’m not sure what you mean by “uncensored overflow.” Do you mean:
A buffer overflow occurs when more data is written to a buffer (a region of memory used to hold data temporarily) than it is designed to hold. This can cause the extra data to spill over into adjacent areas of memory, potentially causing the program to crash or allowing an attacker to execute arbitrary code.

