mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 01:25:35 +00:00
![pancake](/assets/img/avatar_default.png)
* Fix segfaults caused by read buffer overflow in x86im - use a 16 byte delta buffer in function and basic block analysis * Fix r_list_delete segfault caused by an use-after-free bug - Thanks Edd Barrett for notifying :) * Clean up many warnings reported by OpenBSD's gcc * Reduce analysis depth to 50 * Fix OpenBSD syscall definitions and fix generator python script