Errors seen in LOGS/bluefish-2.2.1-2.fc17

This is a summary of errors seen when compiling with an experimental static analysis tool

Raw build logs can be seen here

Reference leaks

Code paths in which the reference count of an object is left too high, leading to memory leaks

zencoding.c zencoding_run_action ob_refcnt of '*ptr' is 1 too high
zeneditor-interface.c get_caret_placeholder ob_refcnt of '*pcaret_placeholder' is 1 too high

Reference count too low within an initialization routine

Code paths in which the reference count of an object is too low, but within an initialization routine, and thus likely to only happen once

zeneditor-interface.c zeneditor_module_init ob_refcnt of return value is 1 too low

Segfaults within error-handling paths

Code paths in error-handling that will lead to a segmentatation fault (e.g. under low memory conditions)

zeneditor-interface.c zeneditor_module_init calling PyModule_AddObject with NULL as argument 1 (m) at zeneditor-interface.c:469