зеркало из https://github.com/mozilla/gecko-dev.git
35977b1064
The control message buffers passed to `sendmsg` by the fork server's I/O layer aren't fully initialized, and valgrind complains about this. This is probably due to alignment padding somewhere. Rather than just suppress the error, I've initialized the buffer -- using a value that won't be a valid fd and would thus cause `sendmsg` to fail with `EBADF`, just in case. Differential Revision: https://phabricator.services.mozilla.com/D201189 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
docs | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |