]> git.proxmox.com Git - mirror_spl.git/commit
Fix use-after-free in splat_taskq_test7
authorChunwei Chen <david.chen@osnexus.com>
Sat, 28 May 2016 00:28:12 +0000 (17:28 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 May 2016 18:58:42 +0000 (11:58 -0700)
commitea5f1a200b974c8fdd51993c282d8ae0dc2aa871
treea1a7c8844e3ff54d490da84983e4f5648d7d0e29
parentf58040c0fc8bc6490fcc75db7fc3e709dfc3c656
Fix use-after-free in splat_taskq_test7

This splat_vprint is using tq_arg->name after tq_arg is freed.

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #557
module/splat/splat-taskq.c