mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-11-02 03:40:21 +10:00
The function crypto_shash_update_sg iterates through an SG by
hand. It fails to handle corner cases such as SG entries longer
than a page. Fix this by using the SG iterator.
Fixes:
|
||
|---|---|---|
| .. | ||
| internal.h | ||
| Kconfig | ||
| krb5_api.c | ||
| krb5_kdf.c | ||
| Makefile | ||
| rfc3961_simplified.c | ||
| rfc3962_aes.c | ||
| rfc6803_camellia.c | ||
| rfc8009_aes2.c | ||
| selftest_data.c | ||
| selftest.c | ||