Closed GoogleCodeExporter closed 9 years ago
Original comment by ianb...@google.com
on 7 Oct 2014 at 2:58
Apple added some hardening to libxpc in Yosemite - xpc_data_get_bytes now has
the following check:
mov rbx, rdi
call _xpc_get_type
mov rcx, rax
xor eax, eax
cmp rcx, cs:__xpc_type_data_ptr
jnz fail
I'll ping Apple to ask if this was an internal collision or if the hardening
was a result of the P0 xpc bugs.
Original comment by ianb...@google.com
on 5 Jan 2015 at 10:27
Marking as fixed and derestricting.
Original comment by ianb...@google.com
on 9 Jan 2015 at 12:16
Apple advisory: http://support.apple.com/en-us/HT204244
Original comment by ianb...@google.com
on 5 Feb 2015 at 12:17
Original issue reported on code.google.com by
ianb...@google.com
on 7 Oct 2014 at 2:51Attachments: