CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/25 12:08:53
Modified files:
sys/arch/macppc/pci: ht.c
Log message:
OF_getprop() returns an int, so comparing its return value against sizeof casts
it to unsigned, and we need to also check for negative values.
All users of OF_getprop() did this but that one.
ok mpi@
