summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorJeongjun Park <aha310510@gmail.com>2026-01-19 17:25:52 +0900
committerInki Dae <inki.dae@samsung.com>2026-02-01 23:28:01 +0900
commitd4c98c077c7fb2dfdece7d605e694b5ea2665085 (patch)
treefca80cc6dd9e605b000c56a9f83dc7bcf964b350 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentd3968a0d85b211e197f2f4f06268a7031079e0d0 (diff)
drm/exynos: vidi: fix to avoid directly dereferencing user pointer
In vidi_connection_ioctl(), vidi->edid(user pointer) is directly dereferenced in the kernel. This allows arbitrary kernel memory access from the user space, so instead of directly accessing the user pointer in the kernel, we should modify it to copy edid to kernel memory using copy_from_user() and use it. Cc: <stable@vger.kernel.org> Signed-off-by: Jeongjun Park <aha310510@gmail.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions