Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix potential null deref found by cppcheck (#182)
DriverManager/__info.c:4928:25: warning: Either the condition 'as1' is redundant or there is possible null pointer dereference: as1. [nullPointerRedundantCheck] DriverManager/__info.c:4928:30: warning: Either the condition 'as2' is redundant or there is possible null pointer dereference: as2. [nullPointerRedundantCheck] DriverManager/__info.c:5040:25: warning: Either the condition 'as1' is redundant or there is possible null pointer dereference: as1. [nullPointerRedundantCheck] DriverManager/__info.c:5040:30: warning: Either the condition 'as2' is redundant or there is possible null pointer dereference: as2. [nullPointerRedundantCheck]
- Loading branch information