Do not pass a NULL argument to OF_getprop(), even if it's fine for the
authormpi <mpi@openbsd.org>
Sat, 26 Apr 2014 14:26:48 +0000 (14:26 +0000)
committermpi <mpi@openbsd.org>
Sat, 26 Apr 2014 14:26:48 +0000 (14:26 +0000)
commiteb6ab24df1b981a048e27ba25f79928046382b6d
treeb6f31879aedb63ed648ef38d60743efc9397321f
parentce3e0183fb409d22b1e87e4a4165566d97ef2180
Do not pass a NULL argument to OF_getprop(), even if it's fine for the
moment since we use an intermediate buffer and we specify a length of 0,
there's no need for an exception here.

Noticied while playing with the virtual-mode client interface of firmware.
sys/arch/macppc/pci/pci_machdep.c