mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 15:52:33 +00:00
![Riccardo Schirone](/assets/img/avatar_default.png)
* 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