Skip to content

fix: possible crash in FileSystem API#49635

Merged
jkleinsc merged 1 commit into40-x-yfrom
trop/40-x-y-bp-fix-possible-crash-in-filesystem-api-1770128163762
Feb 3, 2026
Merged

fix: possible crash in FileSystem API#49635
jkleinsc merged 1 commit into40-x-yfrom
trop/40-x-y-bp-fix-possible-crash-in-filesystem-api-1770128163762

Conversation

@trop
Copy link
Copy Markdown
Contributor

@trop trop bot commented Feb 3, 2026

Backport of #49578

See that PR for details.

Notes: Fixed a crash that could occur when using the File System Access API.

Refs https://chromium-review.googlesource.com/6880247

Fixes a crash that can arise in the File System Access API in the
following scenario:

1. Create fileHandle1 at path1.
2. Call fileHandle1.remove() or user manually delete the file.
3. Create fileHandle2 at path2.
4. fileHandle2.move(path1).

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
@trop trop bot requested review from a team and codebytere February 3, 2026 14:16
@trop trop bot mentioned this pull request Feb 3, 2026
3 tasks
@trop trop bot added 40-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes labels Feb 3, 2026
@jkleinsc jkleinsc merged commit d5eed2b into 40-x-y Feb 3, 2026
113 of 114 checks passed
@jkleinsc jkleinsc deleted the trop/40-x-y-bp-fix-possible-crash-in-filesystem-api-1770128163762 branch February 3, 2026 16:57
@release-clerk
Copy link
Copy Markdown

release-clerk bot commented Feb 3, 2026

Release Notes Persisted

Fixed a crash that could occur when using the File System Access API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

40-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant