From: Colin King <colin.k...@canonical.com> Date: Thu, 17 Aug 2017 23:14:58 +0100
> From: Colin Ian King <colin.k...@canonical.com> > > list.dev has not been initialized and so the copy_to_user is copying > data from the stack back to user space which is a potential > information leak. Fix this ensuring all of list is initialized to > zero. > > Detected by CoverityScan, CID#1357894 ("Uninitialized scalar variable") > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> Applied and queued up for -stable, thanks.