Commit 028fb9dc authored by Suren Baghdasaryan's avatar Suren Baghdasaryan Committed by Alam Md Danish
Browse files

sched/psi: Fix OOB write when writing 0 bytes to PSI files



Issuing write() with count parameter set to 0 on any file under
/proc/pressure/ will cause an OOB write because of the access to
buf[buf_size-1] when NUL-termination is performed. Fix this by checking
for buf_size to be non-zero.

Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Acked-by: default avatarJohannes Weiner <hannes@cmpxchg.org>
Link: https://lkml.kernel.org/r/20200203212216.7076-1-surenb@google.com
Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Git-commit: 6fcca0fa48118e6d63733eb4644c6cd880c15b8f
Change-Id: I733341988a26bc02be9b7013c297b0ac461eda7e
Signed-off-by: default avatarAlam Md Danish <amddan@codeaurora.org>
parent a2cd414d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment