commit | ca16f580a5db7e60bfafe59a50bb133bd3347491 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 04 12:03:25 2012 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 04 12:12:59 2012 +0930 |
tree | 0a3fd31a489c5c3f72ca0170612a8b887d45f3a5 | |
parent | bb8111086c12ebdadc0544ba04dccd3aad212ad2 [diff] |
lguest: fix occasional crash in example launcher. 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