mirror_zfs/module/splat
Brian Behlendorf 02c7f16494 Coverity 9656: Forward NULL
This was a false positive the callpath being walked is impossible
because the splat_kmem_cache_test_kcp_alloc() function will ensure
kcp->kcp_kcd[0] is initialized to NULL.  However, there is no harm
is making this explicit for the test case so I'm adding a line to
clearly set it to correct the analysis.
2009-02-18 10:09:01 -08:00
..
Makefile.in Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-atomic.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-condvar.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-ctl.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-generic.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-internal.h kmem_cache hardening and performance improvements 2009-01-30 20:54:49 -08:00
splat-kmem.c Coverity 9656: Forward NULL 2009-02-18 10:09:01 -08:00
splat-kobj.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-list.c KMEM_TRACKING turned up a missing free in list test 6, fix the leak 2009-01-20 12:47:53 -08:00
splat-mutex.c 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
splat-random.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-rwlock.c Sleep uninteruptibly, waking up early may result in a crash 2009-01-22 09:58:48 -08:00
splat-taskq.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-thread.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-time.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00
splat-vnode.c Rename modules to module and update references 2009-01-15 10:44:54 -08:00