electron/spec-main/fixtures/crash-cases
mlaurencin 53aaeb7a16
fix: prevent destroyed view references from causing crashes (#25411)
Closes #21666.

This PR is fixing crashes caused by referencing and attempting to modify previously destroyed views.
Before, when a view was destroyed and then the contents were referenced for modification, the system would crash as undefined memory was accessed. This fix explicitly makes the pointer to the destroyed view's contents null, so that this will not happen.
2020-09-16 18:10:49 -06:00
..
api-browser-destroy fix: prevent destroyed view references from causing crashes (#25411) 2020-09-16 18:10:49 -06:00
early-in-memory-session-create ci: fix WOA failing tests (#25018) 2020-08-24 12:58:55 -04:00
in-memory-session-double-free fix: browser contexts live forever (#24964) 2020-08-17 13:21:53 -07:00
webview-attach-destroyed fix: check for destroyed webcontents in converter (#25431) 2020-09-16 12:25:49 -07:00