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:
7badfb1
)
drbd: fix NULL pointer deref in module init error path
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Wed, 23 Oct 2013 08:59:15 +0000
(10:59 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 8 Nov 2013 16:10:28 +0000
(09:10 -0700)
If we want to iterate over the (as of yet still empty) list in the
cleanup path, we need to initialize the list before the first goto fail.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found