CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2016/12/20 08:38:46

Modified files:
        sbin/bioctl    : bioctl.c 

Log message:
This commit removes bio_status() calls after a BIOCLOCATE since the
bio status will never be updated on a BIOCLOCATE.  In addition with
missed zeroing of the passed bio struct, this could lead to a print
of uninitialized memory.  While there, properly zero the bio struct
before passing it to ioctl().

ok mikeb@

Reply via email to