CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/06 14:32:01
Modified files:
sys/dev/isa : fd.c
Log message:
Don't pass uninitialized stack memory to setdisklabel() as the 'old'
label. Use the existing label, since we now check and reuse some
values in it. And that's what all other drivers do. Bonus: we don't
need that label on the stack anymore.
ok deraadt@
