riboseinc / retrace

retrace is a versatile security vulnerability / bug discovery tool through monitoring and modifying the behavior of compiled binaries on Linux, OpenBSD/FreeBSD/NetBSD (shared object) and macOS (dynamic library).
Other
60 stars 19 forks source link

sbrk test is failing with v2 #400

Open pablo-mendoza opened 5 years ago

pablo-mendoza commented 5 years ago

Run LD_PRELOAD=.libs/libretrace_v2.so ../../test/sbrk

This will crash.

pablo-mendoza commented 5 years ago

To be honest this test might be a little misguided and pretty much impossible to get right.