On Tue, Dec 1, 2009 at 11:31 AM, Iain Hibbert <[email protected]> wrote: > Hi, > > while on the subject of obexapp, I have a patch to remove some annoying > 'type punning' compilation errors that gcc spits out that I'm not totally > sure are valid, but see below anyway..
that is why i had -fno-strict-aliasing in makefile :) > I don't understand the OBEX protocol or libopenobex enough to know if it > is possible, but the last case also removes a potential NULL dereference - > if the OBEX_ObjectGetNonHdrData() fails to recover a proper data, an error > is logged but it carries on and hdr->flags might cause a segfault? yes, i think those are good. combined patch went out in the previous email. thanks, max _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "[email protected]"
