Skip to content
Snippets Groups Projects
Unverified Commit 54f976c4 authored by Martin Hecht's avatar Martin Hecht Committed by GitHub
Browse files

address coverity issues (fixes for #484) (#489)

properly initialize variables
check pointers and arrays before dereferencing
always return a value in functions that have not return type void
check those return values of the function calls
avoid assert macro in favor of our usual error handling routines
implement the suggested changes (mostly cosmetic)
parent 9d07b5d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment