]> git.openfabrics.org - ~shefty/libibverbs.git/commit
Fix double free in find_sysfs_devs()
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Thu, 29 Oct 2009 17:42:01 +0000 (10:42 -0700)
committerRoland Dreier <rolandd@cisco.com>
Thu, 29 Oct 2009 17:42:01 +0000 (10:42 -0700)
commitbdf2299e0c0b41f193955eb5bf10485848effa89
tree3cd1ba724bf0d4935f2233d24bb747fcb6c375f4
parent7c9252729a711fb8f21b6d76f816f8a1d5ec1169
Fix double free in find_sysfs_devs()

Fix double free of sysfs_dev in find_sysfs_devs if ibv_read_sysfs_file()
fails (which is unlikely in practice).

Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
src/init.c