gecko/ipc/unixsocket
Thomas Zimmermann 2361eec5bb Bug 1048093: Delete sent socket-data objects instead of raw data, r=kyle
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.
2014-08-11 09:36:15 +02:00
..
moz.build Bug 1046109: Add |SocketConsumerBase| and inherit |UnixSocketConsumer| from it, r=kyle 2014-07-31 13:55:27 +02:00
SocketBase.cpp Bug 1046109: Add |SocketIOBase|, r=kyle 2014-07-31 13:55:29 +02:00
SocketBase.h Bug 1048093: Delete sent socket-data objects instead of raw data, r=kyle 2014-08-11 09:36:15 +02:00
UnixSocket.cpp Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle 2014-07-31 13:55:30 +02:00
UnixSocket.h Bug 1046109: Cleanup |UnixSocketImpl|, r=kyle 2014-07-31 13:55:30 +02:00