Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove needless uses of r_io_bind_init #23656

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

condret
Copy link
Member

@condret condret commented Nov 18, 2024

both previously existing uses of r_io_bind_init were applied to instances of RIOBind, which were previously allocated with R_NEW0, so r_io_bind_init cleared memory, that was already clear.

r_io_bind_init no longer calls memset

  • Mark this if you consider it ready to merge
  • I've added tests (optional)
  • I wrote some lines in the book (optional)

Description

@trufae trufae merged commit 386e94d into radareorg:master Nov 18, 2024
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants