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

reported use after free #267

Open
wtismyza opened this issue Apr 28, 2021 · 1 comment
Open

reported use after free #267

wtismyza opened this issue Apr 28, 2021 · 1 comment

Comments

@wtismyza
Copy link

src/gource_settings.cpp:212: error: Use After Delete
call to GourceSettings::setGourceDefaults eventually accesses memory that was invalidated by delete on line 505 indirectly during the call to GourceSettings::setGourceDefaults.
210. shutdown = false;
211.
212. setGourceDefaults();
^
213.
214. default_section_name = "gource";

@acaudwell
Copy link
Owner

I had a look, it's not obvious what the use after delete is here.

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