mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-09 01:21:05 +00:00

* Fix ASAN crash in abtj * Fix ASAN crash in asj * Strdup the input because it is a const char * and shouldn't be modified * Fix some r_assert warnings (related to len==0) * Check if there are enough words only when necessary * Other len == 0 edge cases that do not belong to r_return_* checks * Do not print classes if there are none