On Sat, 6 Aug 2016 23:52:58 -0700 Mark Millard <[email protected]> wrote:
> Is there to be an MFC for the below? > > > Author: jhibbits > > Date: Sat Aug 6 15:10:14 2016 > > New Revision: 303797 > > URL: > > https://svnweb.freebsd.org/changeset/base/303797 > > > > > > Log: > > Check the first byte of the array for NUL, instead of the array > > as a NULL pointer > > The partition_name field is an array, so can never be NULL > > itself. Check only the first byte instead. > > > > This was found when test building with clang, but I'm not sure > > how it passes gcc's warnings either. > > MFC After: 11-RELEASE - Justin _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
