Skip to content
Commit 81ff3478 authored by Robert Richter's avatar Robert Richter
Browse files

oprofile, s390: Fix uninitialized memory access when writing to oprofilefs



If oprofilefs_ulong_from_user() is called with count equals zero, *val
remains unchanged. Depending on the implementation it might be
uninitialized. Fixing users of oprofilefs_ulong_ from_user().

We missed these s390 changes with:

 913050b9 oprofile: Fix uninitialized memory access when writing to writing to oprofilefs

Cc: stable@vger.kernel.org  # 3.3+
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent fea7a08a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment