projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb81110
)
lguest: fix occasional crash in example launcher.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Oct 2012 02:33:25 +0000
(12:03 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 4 Oct 2012 02:42:59 +0000
(12:12 +0930)
We usually got away with ->next on the final entry being NULL, but it
finally bit me.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org
tools/lguest/lguest.c
patch
|
blob
|
history
diff --git
a/tools/lguest/lguest.c
b/tools/lguest/lguest.c
index f759f4f097c7f5ea2693a0257b914e78fea113bb..fd2f9221b24120e25d32c2c8d8b4849d8d24569a 100644
(file)
--- a/
tools/lguest/lguest.c
+++ b/
tools/lguest/lguest.c
@@
-1299,6
+1299,7
@@
static struct device *new_device(const char *name, u16 type)
dev->feature_len = 0;
dev->num_vq = 0;
dev->running = false;
+ dev->next = NULL;
/*
* Append to device list. Prepending to a single-linked list is