mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-16 20:41:11 +08:00
d14fa0961a
These port dispositions were naïvely taken from excUser.c and mach_excUser.c, but the local and remote portions were not swapped as they would be upon receipt in a server. This swaps them to match how they’d be visible in a server, and uses the port disposition name aliases expected to be used in servers: MACH_MSG_TYPE_PORT_* instead of MACH_MSG_TYPE_{MAKE,COPY,MOVE}_*. TEST=util_test ExcServerVariants.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/755323002