Skip to content

Ignore AppleDouble files in replacement cache; fix auto-reload after auto update#97

Open
Jacherr wants to merge 6 commits into
Retro-Rewind-Team:mainfrom
Jacherr:main
Open

Ignore AppleDouble files in replacement cache; fix auto-reload after auto update#97
Jacherr wants to merge 6 commits into
Retro-Rewind-Team:mainfrom
Jacherr:main

Conversation

@Jacherr
Copy link
Copy Markdown
Contributor

@Jacherr Jacherr commented May 20, 2026

No description provided.

}

// Ignore AppleDouble metadata files.
if (entry->d_name[0] == '.' && entry->d_name[1] == '_')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure why I had this PR open, but at a glance this looks dangerous. I don't see any surrounding length checks, so I suspect a single character file name would cause a crash. Apologies if I'm wrong, just noticed this in passing.

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