Skip to content

fix: possible crash in FileSystem API#49634

Merged
codebytere merged 1 commit into39-x-yfrom
trop/39-x-y-bp-fix-possible-crash-in-filesystem-api-1770128160996
Feb 4, 2026
Merged

fix: possible crash in FileSystem API#49634
codebytere merged 1 commit into39-x-yfrom
trop/39-x-y-bp-fix-possible-crash-in-filesystem-api-1770128160996

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 39-x-y backport This is a backport PR semver/patch backwards-compatible bug fixes labels Feb 3, 2026
@codebytere codebytere merged commit 681a2c1 into 39-x-y Feb 4, 2026
113 of 114 checks passed
@codebytere codebytere deleted the trop/39-x-y-bp-fix-possible-crash-in-filesystem-api-1770128160996 branch February 4, 2026 15:13
@release-clerk
Copy link
Copy Markdown

release-clerk bot commented Feb 4, 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

39-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