deepak1556

#53398: fix: crash with objectTemplate exhaustion from sending ipc messages

Merged
Created: Sep 2, 2026, 6:58:21 AM
Merged: Sep 2, 2026, 1:56:20 PM
7 comments
Target: main

Description of Change

Fixes #53380

Release Notes

Notes: Fixed application crash after a large number of IPC messages from renderers.

Backports

42-x-y
Merged
PR Number
#53419
Merged At
Sep 2, 2026, 5:43:10 PM
Released In
Not yet
Release Date
Not yet
43-x-y
Merged
PR Number
#53420
Merged At
Sep 2, 2026, 3:56:47 PM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#53417
Merged At
Sep 2, 2026, 4:00:34 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#53418
Merged At
Sep 2, 2026, 3:50:26 PM
Released In
Not yet
Release Date
Not yet

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