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

Potential issues with respect to garbage collection #34

Closed
simonspies opened this issue Sep 28, 2023 · 3 comments
Closed

Potential issues with respect to garbage collection #34

simonspies opened this issue Sep 28, 2023 · 3 comments

Comments

@simonspies
Copy link

I think I noticed an issue in two functions that, I believe, can lead to use-after-free errors due to garbage collection in some executions:

(I found these cases using a prototype tool that I've been working on for statically analyzing C stubs.)

@xavierleroy
Copy link
Owner

Thanks for your feedback. I think you're right, and I'll fix these issues shortly. +1 for your tool !

@UnixJunkie
Copy link
Contributor

@simonspies you might be interested in analyzing this one after: https://erratique.ch/software/ttweetnacl
Such analysis tools are very important.

@xavierleroy
Copy link
Owner

Should be fixed by fe29617 . Thanks again for the report!

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

No branches or pull requests

3 participants