summaryrefslogtreecommitdiff
path: root/crypto/cryptd.c
diff options
context:
space:
mode:
authorChang-Hsien Tsai <luke.tw@gmail.com>2019-05-19 09:05:44 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-21 09:07:06 +0200
commitcf37c80bc93dc19df485d94bf5a78ab75558b11a (patch)
tree99aa82979c2750c786c738995b62b50995066ced /crypto/cryptd.c
parentab56c338d71cc888fb5bea2e8d494ef0203e9d16 (diff)
samples, bpf: fix to change the buffer size for read()
[ Upstream commit f7c2d64bac1be2ff32f8e4f500c6e5429c1003e0 ] If the trace for read is larger than 4096, the return value sz will be 4096. This results in off-by-one error on buf: static char buf[4096]; ssize_t sz; sz = read(trace_fd, buf, sizeof(buf)); if (sz > 0) { buf[sz] = 0; puts(buf); } Signed-off-by: Chang-Hsien Tsai <luke.tw@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'crypto/cryptd.c')
0 files changed, 0 insertions, 0 deletions