Hi Andrei, On Thu, Nov 07, 2013, Andrei Emeltchenko wrote: > Since CMSG_FIRSTHDR is defined as shown below: > > ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) \ > ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) > > it return NULL if msg_controllen is not defined. Accessing > that pointer result in daemon crash. > --- > android/ipc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This one needs to be rebased. It doesn't apply. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html