DescriptionRemove SCM_CREDENTIALS fallback code from breakpad
Since r266618, we require SCM_CREDENTIALS to work correctly across PID
namespaces, and refuse to run on kernels where it doesn't.
Reland of r270173. The original attempt failed to update kControlMsgSize,
which caused failures like this one:
http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29%2832%29/builds/5169
This is only noticed on 32-bit machines because CMSG_SPACE(sizeof(int))
happens to equal CMSG_SPACE(2*sizeof(int)) on x86-64 due to structure
padding and alignment, but they're different on i386.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270367
Patch Set 1 #Patch Set 2 : Fix kControlMsgSize #
Messages
Total messages: 7 (0 generated)
|