https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206762
--- Comment #5 from Dimitry Andric <[email protected]> --- Some people add this type of null check as a sort of "defensive programming" practice. For example, if the obj->base member was a pointer instead of an array, you would definitely need such a null check. So maybe the rationale is 'better safe than sorry'... -- 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]"
