[PATCH v1 0/2] Remove BUG_ON() and fix -ve array indexing
From: Rayagonda Kokatanur
Date: Tue Mar 17 2020 - 02:15:46 EST
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(-)
--
2.17.1