CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/14 01:38:21
Modified files:
sys/dev : softraid.c
Log message:
Prevent uninitialized use of bbs and bls in the error path
Harmless since free(9) first checks that the pointer is not NULL.
ok krw@
