CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/06/23 07:40:19
Modified files: sys/isofs/udf : udf_vfsops.c Log message: hashfree() doesn't like NULL, so check for NULL if NULL is a possibility. i.e. when bailing out before calling hashinit().. COVERITY 1452907 ok mpi@