Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix potential null pointer dereference found by coverity #187

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

chipitsine
Copy link
Contributor

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 );

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 );
@lurcher lurcher merged commit 793d7c0 into lurcher:master Oct 7, 2024
@chipitsine chipitsine deleted the cf6 branch October 7, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants