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 pointer dereference found by coverity (#187)
CID 442478: (#undefined of undefined): Explicit null dereferenced (FORWARD_NULL) 6. var_deref_model: Passing null pointer app to SQLWriteFileDSN, which dereferences it.[show details] 119 ret = SQLWriteFileDSN( file, app, key, str );
- Loading branch information