mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
b7e4884672
After successfully sending data, |SocketIOBase::SendPendingData| deletes the raw data instead of the actual socket-data object. The behavior is undefined and leads to a segmentation fault. This patch fixes the bug by deleting the correct object. |
||
---|---|---|
.. | ||
moz.build | ||
SocketBase.cpp | ||
SocketBase.h | ||
UnixSocket.cpp | ||
UnixSocket.h |