tls: rx: coalesce exit paths in tls_decrypt_sg()
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 01:03:12 +0000 (18:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jul 2022 01:38:45 +0000 (18:38 -0700)
commit03957d84055e59235c7d57c95a37617bd3aa5646
treece0e5887303fa4a3ee4cfa160f5365d3abfe8c76
parentb89fec54fd614ffa4b7567edfae8b9e56c07ff69
tls: rx: coalesce exit paths in tls_decrypt_sg()

Jump to the free() call, instead of having to remember
to free the memory in multiple places.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tls/tls_sw.c