commit | f294526279cda8934b0313ebd02184a16ba888c9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sun Jul 19 14:46:09 2009 +0300 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jul 30 16:03:43 2009 +0930 |
tree | a89b108800b8f8cdcf6a6eae4f69bb10df3ac79c | |
parent | 658874f05d040ca96eb5ba9b1c30ce0ff287d762 [diff] |
lguest: dereferencing freed mem in add_eventfd() "new" was freed and then dereferenced. Also the return value wasn't being used so I modified the caller as well. Compile tested only. Found by smatch (http://repo.or.cz/w/smatch.git). regards, dan carpenter Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>