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 deref found by coverity (#190)
CID 442541: (#2 of 2): Explicit null dereferenced (FORWARD_NULL) 7. var_deref_model: Passing null pointer buf to SQLGetPrivateProfileString, which dereferences it. [Note: The source code implementation of the function has been overridden by a builtin model.] CID 442541:(#1 of 2):Explicit null dereferenced (FORWARD_NULL) [ "select issue" ] 645 ret = SQLGetPrivateProfileString( sect, entry, def, buf, cbRetBuffer, name );
- Loading branch information