diff options
author | Kees Cook <[email protected]> | 2020-08-06 14:15:23 -0700 |
---|---|---|
committer | Kees Cook <[email protected]> | 2020-08-07 10:49:47 -0700 |
commit | 11990a5bd7e558e9203c1070fc52fb6f0488e75b (patch) | |
tree | e1e454857708984a38bc3c306332d68376a691a5 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | bcf876870b95592b52519ed4aafcf9d95999bc9c (diff) |
module: Correctly truncate sysfs sections output
The only-root-readable /sys/module/$module/sections/$section files
did not truncate their output to the available buffer size. While most
paths into the kernfs read handlers end up using PAGE_SIZE buffers,
it's possible to get there through other paths (e.g. splice, sendfile).
Actually limit the output to the "count" passed into the read function,
and report it back correctly. *sigh*
Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/lkml/20200805002015.GE23458@shao2-debian
Fixes: ed66f991bb19 ("module: Refactor section attr into bin attribute")
Cc: [email protected]
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Jessica Yu <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions