We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rizin -v
Acceptable amounts of leaks or none.
Quite a lot of leaks (~600) when opening a PPC binary.
meson --buildtype=debug -Db_sanitize=address,undefined build ninja -C build export UBSAN_OPTIONS="halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1" export ASAN_OPTIONS="detect_odr_violation=0:halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1:detect_odr_violation=0" export LSAN_OPTIONS="print_summary=1:print_stacktrace=1" ./build/binrz/rizin/rizin -q test/bins/elf/ppc64_sudoku_dwarf
leaks.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
Acceptable amounts of leaks or none.
Actual behavior
Quite a lot of leaks (~600) when opening a PPC binary.
Steps to reproduce the behavior
Additional Logs, screenshots, source code, configuration dump, ...
leaks.txt
The text was updated successfully, but these errors were encountered: