Errors seen in LOGS/python-CDDB-1.4-9.fc17

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

Raw build logs can be seen here

Segfaults within error-handling paths

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

unix/cdrommodule.c initcdrom calling PyDict_SetItemString with NULL as argument 3 (cdrom_error.1) at unix/cdrommodule.c:326

Possible reference leaks

Code paths in which the reference count of an object might too large - but in which the reference in question came from a function not known to the analyzer.

The analyzer assumes such references are new references, but if the function returns a borrowed reference instead, it's probably not a bug

unix/cdrommodule.c cdrom_open ob_refcnt of '*cdrom_file_object' is 1 too high