diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-04-11 02:35:14 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-11 20:28:37 +0300 |
commit | 2d87b309a5d66c3ec0b4d985fe29b547282e7427 (patch) | |
tree | dd6698367a605538473d4e99a4a9e33a7b0779ab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bbd876adb8c7294ad86ef0542d6b528b7ab06f48 (diff) | |
download | linux-2d87b309a5d66c3ec0b4d985fe29b547282e7427.tar.xz |
kernel/sysctl.c: fix sizeof argument to match variable name
Fix sizeof argument to be the same as the data variable name. Probably
a copy/paste error.
Mostly harmless since both variables are unsigned int.
Fixes kernel bugzilla #197371:
Possible access to unintended variable in "kernel/sysctl.c" line 1339
https://bugzilla.kernel.org/show_bug.cgi?id=197371
Link: http://lkml.kernel.org/r/e0d0531f-361e-ef5f-8499-32743ba907e1@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Petru Mihancea <petrum@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions