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

COMPS_OBJECT_DESTROY called on wrong address #39

Open
ret2libc opened this issue Jan 21, 2019 · 1 comment
Open

COMPS_OBJECT_DESTROY called on wrong address #39

ret2libc opened this issue Jan 21, 2019 · 1 comment

Comments

@ret2libc
Copy link

There are some places in comps_objmradix.c where COMPS_OBJECT_DESTROY is called on the wrong address, resulting in memory leaks (in these particular cases)

COMPS_OBJECT_DESTROY(&rtdata->data);

COMPS_OBJECT_DESTROY(&rtdata->data);

COMPS_OBJECT_DESTROY(&rtdata->data);

@petrufm
Copy link

petrufm commented Feb 19, 2019

We also discovered this using static analysis and it looks like a real issue: #44

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

2 participants