Commits

Ward Fisher committed afa67452f6e
Took some time to address a handful of errors identified by Coverity. Primarily focused on memory errors falling into a couple different types: 1) Static overrun errors. 2) Dereference uninitialized memory errors. make distcheck works after applying these fixes, and coverity no longer sees an issue, so hopefully they are properly resolved.