Tag: d875cf08391a811703f8adf39db598cac9ece6a1

drivers/video/mmp/core.c: fix use-after-free bug

Author: Andrei Epure <epure.andrei@gmail.com> Found with coccinelle. Signed-off-by: Andrei Epure Cc: Florian Tobias Schandinat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — drivers/video/mmp/core.c | 2 — 1 file changed, 2 deletions(-)   diff –git a/drivers/video/mmp/core.c b/drivers/video/mmp/core.c index 9ed8341..84de263 100644 — a/drivers/video/mmp/core.c +++ b/drivers/video/mmp/core.c @@ -252,7 +252,5 @@ void mmp_unregister_path(struct mmp_path *path)   kfree(path); mutex_unlock(&disp_lock); – – …

Continue reading

BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.