commit | 3463e51dc337ddd6e608fd595130398e9c60680f | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Jun 25 16:55:05 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 27 10:39:52 2018 +0900 |
tree | c21564c804d04faea29ec0dbe970fa9e9a2d7f27 | |
parent | 27a2628b3c24ce8ef23bd393f5514f8f45188f08 [diff] |
net/tls: Remove VLA usage on nonce It looks like the prior VLA removal, commit b16520f7493d ("net/tls: Remove VLA usage"), and a new VLA addition, commit c46234ebb4d1e ("tls: RX path for ktls"), passed in the night. This removes the newly added VLA, which happens to have its bounds based on the same max value. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>