You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @insuyun. This is indeed a bug, but I think it only affects the big zone allocation path. I will have a fix for it in the next code push probably in a few days. Thanks for filing this issue!
Hi. I am testing a secure allocator and found integer overflow.
Here is PoC code.
$ LD_PRELOAD=$(pwd)/libisoalloc.so ./poc 0x7febb1fa3000
It seems because you don't have integer overflow check in
ROUND_UP_PAGE(size)
.isoalloc/src/iso_alloc.c
Line 674 in d433f3c
Best,
Insu Yun.
The text was updated successfully, but these errors were encountered: