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

session: don't leave debug files around #483

Merged
merged 1 commit into from
May 8, 2021
Merged

session: don't leave debug files around #483

merged 1 commit into from
May 8, 2021

Conversation

ThomasAdam
Copy link
Member

When session state is being stored, the debug macro would copy over
these files to /tmp. The security-conscious would say this is risky,
especially since system() is being used.

For now, completely remove this, and if there's any further debugging
required, some other mechanism can be used.

Fixes #480

When session state is being stored, the debug macro would copy over
these files to /tmp.  The security-conscious would say this is risky,
especially since system() is being used.

For now, completely remove this, and if there's any further debugging
required, some other mechanism can be used.

Fixes #480
@ThomasAdam ThomasAdam added this to the 1.0.3 milestone May 8, 2021
@ThomasAdam ThomasAdam self-assigned this May 8, 2021
@ThomasAdam ThomasAdam merged commit 622538c into master May 8, 2021
@ThomasAdam ThomasAdam deleted the ta/gh-480 branch May 8, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

fvwm/session.c has left FVWM_SM_DEBUG_FILES enabled
1 participant