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

Running ps under retrace will crash #404

Closed pablo-mendoza closed 5 years ago

pablo-mendoza commented 5 years ago

Debian 9 x86. Running ps under retrace v2 will run into this:

LD_PRELOAD=.libs/libretrace_v2.so ps Signal 11 (SEGV) caught by ps (3.3.12). ps:ps/display.c:66: please report this bug Segmentation fault

pablo-mendoza commented 5 years ago

fixed by https://github.com/riboseinc/retrace/pull/405