You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
278 B

  1. --- a/ipc_remote.cc
  2. +++ b/ipc_remote.cc
  3. @@ -941,8 +941,8 @@ int RootIPCRemote::OpenFDPassSock() {
  4. }
  5. typedef struct {
  6. - struct cmsghdr header;
  7. int fd;
  8. + struct cmsghdr header;
  9. } __attribute__((packed)) cmsg_fd;
  10. int RootIPCRemote::SendDescriptor(int in_fd) {