зеркало из https://github.com/mozilla/gecko-dev.git
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. |
||
---|---|---|
.. | ||
SocketBase.cpp | ||
SocketBase.h | ||
UnixSocket.cpp | ||
UnixSocket.h | ||
moz.build |