Rayagonda Kokatanur
2020-03-17 06:15:20 UTC
This patch series contains following changes,
1. Avoid use of BUG_ON to prevent kernel crash and return error instead.
2. Fix possible negative array indexing
Rayagonda Kokatanur (2):
async_tx: return error instead of BUG_ON
async_tx: fix possible negative array indexing
crypto/async_tx/async_raid6_recov.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
1. Avoid use of BUG_ON to prevent kernel crash and return error instead.
2. Fix possible negative array indexing
Rayagonda Kokatanur (2):
async_tx: return error instead of BUG_ON
async_tx: fix possible negative array indexing
crypto/async_tx/async_raid6_recov.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
--
2.17.1
2.17.1