On Tue, 6 Apr 2021 17:40:02 +0100, Colin King wrote:
> The clean up of struct d can potentiallly index into a null array
> d->virt_buf causing errorenous pointer dereferencing issues on
> kfree calls. Fix this by adding a null check on d->virt_buf before
> attempting to traverse the array to kfree
From: Colin Ian King
The clean up of struct d can potentiallly index into a null array
d->virt_buf causing errorenous pointer dereferencing issues on
kfree calls. Fix this by adding a null check on d->virt_buf before
attempting to traverse the array to kfree the objects.
Addresses-Coverity: ("D
2 matches
Mail list logo