mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
backport mozbug 1344613 - Avoid possibility of null pointer crash in nsSOCKSIOLayer.cpp r=mayhemer
This commit is contained in:
parent
f67b2f0342
commit
470aebd09b
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ nsSOCKSSocketInfo::nsSOCKSSocketInfo()
|
|||
, mDataLength(0)
|
||||
, mReadOffset(0)
|
||||
, mAmountToRead(0)
|
||||
, mFD(nullptr)
|
||||
, mVersion(-1)
|
||||
, mDestinationFamily(AF_INET)
|
||||
, mFlags(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue