Release Notes for v41.10.4
Fixes
- Fixed a UAF with
protocol.registerStreamProtocolwhen an error is emitted during a read. #52513 (Also in 42, 43, 44) - Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52512 (Also in 42, 43, 44)
- Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions unless
allow-popups-to-escape-sandboxis set. #52486 (Also in 42, 43)