freebsd-dev/sys/fs/cd9660
Konstantin Belousov cc4916adf2 Do not access buffer if bread(9) or cluster_read(9) failed. On error,
the functions free the buffer and set the pointer to NULL.  Also
remove useless call to brelse(9) on the error path.

PR:	208275
Submitted by:	Fabian Keil <fk@fabiankeil.de>
MFC after:	2 weeks
2016-03-29 19:59:44 +00:00
..
cd9660_bmap.c
cd9660_iconv.c
cd9660_lookup.c Generalize vn_get_ino() to allow filesystems to use custom vnode 2014-07-14 08:34:54 +00:00
cd9660_mount.h
cd9660_node.c
cd9660_node.h
cd9660_rrip.c
cd9660_rrip.h
cd9660_util.c Fix a bunch of -Wcast-qual warnings in cd9660_util.c, by using 2015-01-29 20:40:25 +00:00
cd9660_vfsops.c cd9660: More "check for NULL" cleaunps. 2016-02-12 22:46:14 +00:00
cd9660_vnops.c Do not access buffer if bread(9) or cluster_read(9) failed. On error, 2016-03-29 19:59:44 +00:00
iso_rrip.h
iso.h - Add const-qualifiers to the arguments of isonum_*(). 2013-07-28 12:29:10 +00:00
TODO
TODO.hibler