CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/08 10:01:00
Modified files:
sys/arch/sparc64/stand/ofwboot: ofdev.c
Log message:
Remove an incorrect bzero() that was zeroing the
size of the pointer instead of the size of the buffer.
Removal suggested by deraadt@ as no code uses the buffer
after the zeroing.
