Files
linux/net
Jakub Kicinski c5daa6cccd net/tls: use sg_next() to walk sg entries
Partially sent record cleanup path increments an SG entry
directly instead of using sg_next(). This should not be a
problem today, as encrypted messages should be always
allocated as arrays. But given this is a cleanup path it's
easy to miss was this ever to change. Use sg_next(), and
simplify the code.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-28 22:40:29 -08:00
..
2019-11-18 19:32:59 -08:00
2019-09-26 08:56:17 +02:00
2019-10-24 14:53:48 -07:00
2019-11-26 14:40:13 -08:00
2019-11-05 18:25:54 +01:00
2019-11-26 10:03:12 -08:00
2019-11-24 16:58:44 -08:00