mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixing null-pointer access causing variuos crashes, bug #30372, r=jst
This commit is contained in:
parent
1feb960cd6
commit
aac4b2fb97
@ -198,6 +198,7 @@ nsJSProtocolHandler::NewChannel(const char* verb,
|
||||
nsIChannel* *result)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(uri);
|
||||
NS_ENSURE_ARG_POINTER(notificationCallbacks);
|
||||
|
||||
nsresult rv;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user