diff options
author | Vakul Garg <vakul.garg@nxp.com> | 2018-08-02 18:13:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-06 03:13:58 +0300 |
commit | cfb4099fb4c101dad283a163c9525240ef4a1a99 (patch) | |
tree | e6c8532e6359aee59c7f30029548f08535d69812 /net/ipv4/ip_fragment.c | |
parent | 5f379ef51bc967567bbddacdcdecb772d4d7c3b3 (diff) | |
download | linux-cfb4099fb4c101dad283a163c9525240ef4a1a99.tar.xz |
net/tls: Mark the end in scatterlist table
Function zerocopy_from_iter() unmarks the 'end' in input sgtable while
adding new entries in it. The last entry in sgtable remained unmarked.
This results in KASAN error report on using apis like sg_nents(). Before
returning, the function needs to mark the 'end' in the last entry it
adds.
Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
Acked-by: Dave Watson <davejwatson@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_fragment.c')
0 files changed, 0 insertions, 0 deletions