BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

Reserve memory for the trailing NUL byte #100

Closed cmb69 closed 3 years ago

cmb69 commented 4 years ago

On 64bit machines the %p format yields 16 bytes plus the trailing NUL byte. Unless we reserve space for that, we corrupt the stack.

BitOne commented 3 years ago

Thanks again @cmb69 !