https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217747
--- Comment #1 from John Baldwin <[email protected]> --- Created attachment 185158 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185158&action=edit mly.patch I would probably either move the check of mc_data into the 'if (mc != NULL)' block, or do the approach above where we just return immediately if we fail to get a command and then 'mc' is never NULL when 'out' is jumped to. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
