rizinorg / rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin
GNU Lesser General Public License v3.0
829 stars 88 forks source link

Use `rz_pvector_foreach_cpp` for `bf->o->sections` #339

Closed kazarmy closed 10 months ago

kazarmy commented 10 months ago

This pr fixes the following error in the Rizin CI build, likely due to rizinorg/rizin#4089:

rz_list_foreach_cpp-error (https://github.com/rizinorg/rizin/actions/runs/7508868696/job/20446293652#step:9:11855)

kazarmy commented 10 months ago

Okay