Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Thaodan:mozilla
MozillaFirefox
0011-bsc-991344-Rpi3-Firefox-crashes-after-a-fe...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0011-bsc-991344-Rpi3-Firefox-crashes-after-a-few-seconds-.patch of Package MozillaFirefox
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: "msirringhaus@suse.de" <msirringhaus@suse.de> Date: Tue, 21 May 2019 15:49:58 +0200 Subject: [PATCH] bsc#991344 - Rpi3: Firefox crashes after a few seconds of usage bmo#1302554 - ARM/AARCH64: Firefox crashes on NULL nsIChannel** result pointer in nsIOService::NewChannelFromURIWithProxyFlagsInternal() --- netwerk/base/nsIOService.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netwerk/base/nsIOService.cpp b/netwerk/base/nsIOService.cpp index bec236fd2a9fb59a410cadb60c3e863f7b5542c0..91e83fef80d128286fb3465e213727ed6bcef24a 100644 --- a/netwerk/base/nsIOService.cpp +++ b/netwerk/base/nsIOService.cpp @@ -1209,7 +1209,13 @@ nsresult nsIOService::NewChannelFromURIWithProxyFlagsInternal( } } +#if defined(__aarch64__) + if (result) { + channel.forget(result); + } +#else channel.forget(result); +#endif return NS_OK; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor