CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2010/06/30 21:06:43
Modified files: sys/scsi : scsi_ioctl.c Log message: Call malloc(9) with M_ZERO to prevent code paths from exposing uninitialized memory to user space or devices. ok deraadt@, dlg@