diff options
author | Lance Richardson <lrichard@redhat.com> | 2016-08-23 18:40:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-08-24 03:22:53 +0300 |
commit | 232cb53a45965f8789fbf0a9a1962f8c67ab1a3c (patch) | |
tree | c38b98c67c82791ae2612d4883bb5d8b72f632dc /net/ipv4/udplite.c | |
parent | a8184003c0bb1d6362c2af76c560b3caae6832cb (diff) | |
download | linux-232cb53a45965f8789fbf0a9a1962f8c67ab1a3c.tar.xz |
sctp: fix overrun in sctp_diag_dump_one()
The function sctp_diag_dump_one() currently performs a memcpy()
of 64 bytes from a 16 byte field into another 16 byte field. Fix
by using correct size, use sizeof to obtain correct size instead
of using a hard-coded constant.
Fixes: 8f840e47f190 ("sctp: add the sctp_diag.c file")
Signed-off-by: Lance Richardson <lrichard@redhat.com>
Reviewed-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udplite.c')
0 files changed, 0 insertions, 0 deletions