gecko-dev/ipc
Jed Davis 35977b1064 Bug 1875415 - Initialize the fork server's cmsg buffers. r=mccr8
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
2024-02-10 01:22:50 +00:00
..
app Bug 1850647 - add an optional argument to py_action to record the target file name for most actions, r=glandium. 2023-10-12 08:41:34 +00:00
chromium Bug 1875409 - Remove the buggy SIGCHLD handler from the fork server. r=gsvelto 2024-02-10 00:47:31 +00:00
contentproc
docs Bug 1867360 - Require toplevel protocols to specify which processes they expect to be bound in, r=decoder,ipc-reviewers,necko-reviewers,media-playback-reviewers,profiler-reviewers,win-reviewers,aosmond,rkraesig,mccr8,kershaw 2024-01-18 23:07:18 +00:00
glue Bug 1875415 - Initialize the fork server's cmsg buffers. r=mccr8 2024-02-10 01:22:50 +00:00
gtest
ipdl Bug 1874739 - Part 13: Introduce the IRefCountedProtocol type, r=ipc-reviewers,mccr8 2024-01-19 20:23:22 +00:00
mscom Bug 1869053 - [5/5] templatize and further simplify AgileReference r=handyman,win-reviewers 2023-12-21 19:46:55 +00:00
testshell Bug 1874739 - Part 10: Make PTestShell refcounted, r=ipc-reviewers,mccr8 2024-01-19 20:23:21 +00:00
moz.build
pull-chromium.py