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

dlt-system : fix invalid free with ConfigurationFileName #342

Merged

Conversation

mtitinger
Copy link

when using default const string.

this location is free()'ed in the cleanup routine, leading to bugcheck upon
exit. Use strdup to allocate memory, that can be free()'ed.

Signed-off-by: Marc TITINGER [email protected]

--
BR,
M.

when using default const string.

this location is free()'ed in the cleanup routine, leading to bugcheck upon
exit. Use strdup to allocate memory, that can be free()'ed.

Signed-off-by: Marc TITINGER <[email protected]>
@ssugiura ssugiura merged commit 1f51eab into COVESA:master Oct 20, 2021
@mtitinger mtitinger deleted the bugfix/fix-invalid-free-dlt-system branch October 21, 2021 13:12
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