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 issue: free without malloc #83

Open
0xchocolate opened this issue Nov 19, 2023 · 0 comments
Open

potential issue: free without malloc #83

0xchocolate opened this issue Nov 19, 2023 · 0 comments

Comments

@0xchocolate
Copy link

Hi, while referencing your code for the marauder companion app, I noticed this in a few places in evil_portal_storage.c:
free(buf_ptr);

This seems like a problem because at this point, buf_ptr is referencing whatever memory comes directly after what it's initially set to. This is undefined behavior, and it would be better to delete these lines.

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

1 participant