Skip to content

Leading periods lead to an infinite loop when downloading via QR #360

@Helloman892

Description

@Helloman892

Leading periods in filenames downloaded via QR lead to an infinite loop in

Anemone3DS/source/fs.c

Lines 595 to 600 in ba08ab9

{
// skip initial . (this is allowed)
if (illegal_char == curr_filename)
continue;
// skip extension delimiter
if (strpbrk(illegal_char + 1, ".") == NULL)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions