mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 06:14:53 +00:00
fb1b7fbc56
* 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