Fix potential double-free issue in Cytoplasm #22

Merged
jordan merged 2 commits from lda/Cytoplasm:fix-router-issue into master 2024-01-05 00:32:58 +00:00
Contributor

Fixes a double-free issue in Cytoplasm.

Fixes a double-free issue in Cytoplasm.
lda added 1 commit 2023-12-14 17:32:57 +00:00
First-time contributor

Is there another potential double-free here on line: 270 again with Free(pathPart);? I have not actually triggered that one in trying out telodendria but it looks like the same kind of issue.

Is there another potential double-free here on line: 270 again with `Free(pathPart);`? I have not actually triggered that one in trying out telodendria but it looks like the same kind of issue.
lda added 1 commit 2024-01-01 12:57:14 +00:00
Was done "à la va-vite" since I can't really work on it directly right now.
Author
Contributor

Is there another potential double-free here on line: 270 again with Free(pathPart);? I have not actually triggered that one in trying out telodendria but it looks like the same kind of issue.

Just fixed that up too, since it seems like that actually might cause issues in some cases too.

> Is there another potential double-free here on line: 270 again with `Free(pathPart);`? I have not actually triggered that one in trying out telodendria but it looks like the same kind of issue. Just fixed that up too, since it seems like that actually might cause issues in some cases too.
jordan merged commit d7da8e0a54 into master 2024-01-05 00:32:58 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Cytoplasm#22
No description provided.