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)
Loading
Please register or sign in to comment