commit | 0eda5a6d90d8da6835f7f9075034f91d49f03533 | [log] [tgz] |
---|---|---|
author | Maks Mishin <maks.mishinfz@gmail.com> | Sun Feb 09 18:46:21 2025 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 18 16:32:24 2025 -0600 |
tree | e74ab56fdd942990ee3bd7e28503cce8657de712 | |
parent | 6d05c93861ae42275ceec22ef89d51ca5e19f94e [diff] |
tools: Fix potential null-deref with result of strtok_r Return value of a function 'strtok_r' is dereferenced at kwbimage.c:1655 without checking for NULL, but it is usually checked for this function. Signed-off-by: Maks Mishin <maks.mishinFZ@gmail.com>