Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bccba79c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "fbdev: core: Initialise structure to prevent kernel information leak"

parents f7f07211 79a5952b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1087,6 +1087,11 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd,
	void __user *argp = (void __user *)arg;
	long ret = 0;

	memset(&var, 0, sizeof(var));
	memset(&fix, 0, sizeof(fix));
	memset(&cmap_from, 0, sizeof(cmap_from));
	memset(&cmap, 0, sizeof(cmap));

	switch (cmd) {
	case FBIOGET_VSCREENINFO:
		lock_fb_info(info);