mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e5b5d96e24
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 |