mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| internal.h | ||
| krb5_api.c | ||
| krb5_kdf.c | ||
| rfc3961_simplified.c | ||
| rfc3962_aes.c | ||
| rfc6803_camellia.c | ||
| rfc8009_aes2.c | ||
| selftest.c | ||
| selftest_data.c | ||