crypto: shash - Fix buffer overrun in import function
Only set the partial block length to zero if the algorithm is block-only. Otherwise the descriptor context could be empty, e.g., for digest_null. Reported-by:<syzbot+4851c19615d35f0e4d68@syzkaller.appspotmail.com> Fixes: 7650f826 ("crypto: shash - Handle partial blocks in API") Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Loading
Please sign in to comment