From: Tom Lendacky
Date: Mon, 5 Oct 2015 10:51:03 -0500
> The kasprintf function can return NULL if the allocation fails. Check for
> successful allocation before attempting to use the returned buffer.
>
> Signed-off-by: Tom Lendacky
Applied, thanks.
--
To unsubscribe from this list: send the
The kasprintf function can return NULL if the allocation fails. Check for
successful allocation before attempting to use the returned buffer.
Signed-off-by: Tom Lendacky
---
drivers/net/ethernet/amd/xgbe/xgbe-debugfs.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/etherne