130 - Zeroed Memory
There is no guarantee that the memory has not been used before and thus you cannot assume that its contents are zero bytes.
There is no built-in mechanism to release or free allocated memory.
- Memory Not Used -> No Guarantee
- Zeroed Contents -> Cannot Assume
- Release/Free Memory
- No Built-in Mechanism
- Security: Memory Manipulations in Assembly