git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b0ca7
)
mlx5_core: Fix use after free in mlx5_cmd_comp_handler()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Mon, 22 Jul 2013 08:02:01 +0000
(11:02 +0300)
committer
Roland Dreier
<roland@purestorage.com>
Wed, 31 Jul 2013 21:12:09 +0000
(14:12 -0700)
We can't dereference "ent" after passing it to free_cmd().
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found