CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/07/26 08:01:07
Modified files: sys/kern : subr_disk.c Log message: Always initialize the b_error field and B_ERROR flag before using a buf. Otherwise stale data might cause a successful I/O to be seen as a failed I/O. ok tedu@