Skip to content
Snippets Groups Projects
Commit aff554a4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix crash due to use after free or double-free

... bug introduced in commit 29a35642.

strListMerge() doesn't realloc the strings in the list, so we don't want to
free the strings in this list here.

This is likely the cause of the crash Keyop eluded to in #synchronet.
parent 3f0bbb17
No related branches found
No related tags found
No related merge requests found
Pipeline #6601 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment