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 (#189)
CID 442531: (#undefined of undefined): Explicit null dereferenced (FORWARD_NULL) 35. var_deref_model: Passing null pointer szPWD to OpenDatabase, which dereferences it.[show details] CID 442534: (#1 of 1): Explicit null dereferenced (FORWARD_NULL) 36. var_deref_model: Passing null pointer szUID to OpenDatabase, which dereferences it.[show details] 211 if ( !OpenDatabase( &hEnv, &hDbc, szDSN, szUID, szPWD ) )
- Loading branch information