Mailing List Archive

[PATCH] crypto: fix off-by-one error
This patch removes an extra iteration that could result in a call to
read with an out-of-bounds address. The call itself is probably harmless
since the count parameter passed to read would be 0.

Best,
Tristan