rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.51k stars 341 forks source link

subprocess: Uniformize read access to `proc->ret` #4533

Closed kazarmy closed 3 weeks ago

kazarmy commented 3 weeks ago

Your checklist for this pull request

Detailed description

This pr just uniformizes read access to proc->ret in subprocess.c so that it all goes through rz_subprocess_ret().

Test plan

All builds are green.

Closing issues

...