Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence GCC warnings about possibly uninitialized blob values
In fact, the blob is always initialized when get_attr_blob() returns KDUMP_OK, but the C compiler is not smart enough to know, but it is a bad habit to ignore compiler warnings. An unnecessary NULL initialization is definitely cheaper. ;-) Signed-off-by: Petr Tesarik <[email protected]>
- Loading branch information