Skip to content

Fix use-after-free in generator#706

Merged
tridge merged 1 commit intoRsyncProject:masterfrom
ncopa:fix-use-after-free
Jan 15, 2025
Merged

Fix use-after-free in generator#706
tridge merged 1 commit intoRsyncProject:masterfrom
ncopa:fix-use-after-free

Conversation

@ncopa
Copy link
Copy Markdown
Contributor

@ncopa ncopa commented Jan 15, 2025

full_fname() will free the return value in the next call so we need to duplicate it before passing it to rsyserr.

Fixes: #704

full_fname() will free the return value in the next call so we need to
duplicate it before passing it to rsyserr.

Fixes: RsyncProject#704
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.

Access to previously freed memory

2 participants