commit | b40769ee2ed09ed6c6da33b0cbdf423ff94f685b | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Sat Nov 26 19:31:24 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 01 12:46:00 2016 -0200 |
tree | 1cde9fd2230e29b051db457b9b6b47f4ae130658 | |
parent | 003611334d5592984e319e08c6b66825aca00290 [diff] |
[media] lirc: fix error paths in lirc_cdev_add() "c77d17c0 [media] lirc: use-after free" introduces two problems: cdev_del() can be called with a NULL argument, and the kobject_put() path will cause a double free. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>