mirror of
https://github.com/darlinghq/darling-libxpc.git
synced 2024-11-23 03:39:40 +00:00
183f5ccf20
This fixes an error in libnotify that was making syslogd crash. `notify_client.c` was including `xpc/private.h` and trying to use `xpc_copy_entitlement_for_token`, which is declared in `launchd.h` and the compiler assumed a default return type of `int`, leading to the pointer returned by it being truncated and causing segfaults when it was used. |
||
---|---|---|
.. | ||
activity.h | ||
availability.h | ||
base.h | ||
connection.h | ||
debug.h | ||
endpoint.h | ||
launchd_defs.h | ||
launchd.h | ||
private.h | ||
xpc.h |