diff options
author | 2020-07-30 15:20:26 -0400 | |
---|---|---|
committer | 2020-07-31 16:52:48 -0700 | |
commit | bbc8a99e952226c585ac17477a85ef1194501762 (patch) | |
tree | 6e62fbfef1f8f51b488c3be4af8599b48f2cfefc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue (diff) | |
download | wireguard-linux-bbc8a99e952226c585ac17477a85ef1194501762.tar.xz wireguard-linux-bbc8a99e952226c585ac17477a85ef1194501762.zip |
rds: Prevent kernel-infoleak in rds_notify_queue_get()
rds_notify_queue_get() is potentially copying uninitialized kernel stack
memory to userspace since the compiler may leave a 4-byte hole at the end
of `cmsg`.
In 2016 we tried to fix this issue by doing `= { 0 };` on `cmsg`, which
unfortunately does not always initialize that 4-byte hole. Fix it by using
memset() instead.
Cc: stable@vger.kernel.org
Fixes: f037590fff30 ("rds: fix a leak of kernel memory")
Fixes: bdbe6fbc6a2f ("RDS: recv.c")
Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions