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

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

Merge "msm: kgsl: Fix out of bound access in the simple_read_from_buffer()"

parents d8d9c907 98a2d2f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -541,7 +541,7 @@ static ssize_t profile_assignments_read(struct file *filep,
	}

	size = simple_read_from_buffer(ubuf, max, ppos, buf,
			strlen(buf));
			pos - buf);

	kfree(buf);