mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
08e178ea84
|SocketSendTask| acquires a reference to |UnixSocketConsumer| on the main thread and releases this reference on the I/O thread; leading to race-conditions. This patch adds - atomicity for ref-counting of |UnixSocketConsumer|, and - stricter tests in the destructor of this class. |
||
---|---|---|
.. | ||
app | ||
chromium | ||
dbus | ||
glue | ||
ipdl | ||
keystore | ||
netd | ||
nfc | ||
ril | ||
testshell | ||
unixfd | ||
unixsocket | ||
moz.build | ||
pull-chromium.py |