Date: Tue, 25 Nov 2008 19:13:58 +0000 (UTC) From: Ulf Lilleengen <lulf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_list.c geom_vinum_move.c geom_vinum_rename.c geom_vinum_rm.c Message-ID: <200811251914.mAPJE3xK000257@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lulf 2008-11-25 19:13:58 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c geom_vinum_list.c geom_vinum_move.c geom_vinum_rename.c geom_vinum_rm.c Log: SVN rev 185309 on 2008-11-25 19:13:58Z by lulf - Fix a potential NULL pointer reference. Note that this cannot happen in practice, but it is a good programming practice nontheless and it allows the kernel to not depend on userland correctness. Found with: Coverity Prevent(tm) CID: 655-659, 664-667 Revision Changes Path 1.23 +25 -5 src/sys/geom/vinum/geom_vinum.c 1.4 +8 -0 src/sys/geom/vinum/geom_vinum_list.c 1.4 +8 -0 src/sys/geom/vinum/geom_vinum_move.c 1.5 +4 -0 src/sys/geom/vinum/geom_vinum_rename.c 1.16 +6 -1 src/sys/geom/vinum/geom_vinum_rm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811251914.mAPJE3xK000257>