Some more. There are bugs where the code checks for NULL after using the pointer. Usually means the check should be earlier, or is unnecessary.
One false alarm here: uni_msg_pack_mbuf(msg, ...) won't dereference msg if it is NULL. Apart from that I've either got patches or sent emails to the appropriate maintainers.
Colin Percival
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"