mirror_zfs/module/splat
Brian Behlendorf 63a93055fb Coverity 9657: Resource Leak
Accidentally leaked list item li in error path.  The fix is to
adjust this error path to ensure the allocated list item which
has not yet been added to the list gets freed.  To do this we
simply add a new goto label slightly earlier to use the existing
cleanup logic and minimize the number of unique return points.
2009-02-18 10:16:26 -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 Coverity 9657: Resource Leak 2009-02-18 10:16:26 -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