This is a backport PR for branch 42-x-y
MarshallOfSound

#54047: fix: validate captured frame layout before reading it (42-x-y)

Merged
Created: Sep 17, 2026, 3:28:50 PM
Merged: Sep 17, 2026, 5:55:44 PM
1 comments
Target: 42-x-y

Backport of #54033.

See that PR for details.

The macOS display-client change is adapted to 42's CALayerParams (const-ref parameter, is_empty field); everything else cherry-picks cleanly.

Notes: none

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Sep 17, 2026, 3:09:12 PM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron