On 7/25/2019 4:58 PM, Iuliana Prodan wrote: > From: Horia Geantă <horia.geanta@xxxxxxx> > > skcipher encryption might fail and in some cases, like (invalid) input > length smaller then block size, updating the IV would lead to panic > due to copying from a negative offset (req->cryptlen - ivsize). > In v1 I mentioned the commit message needs to change: https://lore.kernel.org/linux-crypto/VI1PR0402MB34855E675A58E1221ACE7B9498C80@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ which happened in v2, however somehow v3 is identical to v1. Horia