K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2016-08-06T15:10:14.386792Z K 7 svn:log V 287 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. END