Comment 5 for bug 551086

Revision history for this message
Michael Mess (michael-michaelmess) wrote :

I think there are two bugs here:

One in FSpot as it doesn't check a value for a NullReference before using it and one outside of FSpot in a library used by FSpot which leads to the delivery of a NullReference.

To fix the first bug, FSpot should be enhanced to check values returned by external libraries before actually using them.

The second bug which causes a NullReference might be this: https://bugs.launchpad.net/ubuntu/+source/hal/+bug/975588