diff options
| author | Andrew Goodbody <[email protected]> | 2025-07-01 17:12:44 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-28 12:11:09 -0600 |
| commit | a5c83da3ccb372133fdbe43e0a8e65e06b3291e8 (patch) | |
| tree | cbffded59f0ceedbec18b79381c5e11d92b515bd /include/linux/linux_string.h | |
| parent | ce1bdedd2f4b3c5c8c76fbf2fc1a234fca470573 (diff) | |
mtd: nand: Prevent dereference of NULL pointer
In nand_wait_ready there is a loop that includes a NULL check for
chip->dev_ready before it is dereferenced. Use a NULL check once the
loop is exited as well to cover the case where it exits due to a timeout
and it is therefore not known if chip->dev_ready is NULL or not.
This issue found by Smatch.
Signed-off-by: Andrew Goodbody <[email protected]>
Reviewed-by: Michael Trimarchi <[email protected]>
Diffstat (limited to 'include/linux/linux_string.h')
0 files changed, 0 insertions, 0 deletions
