Comment 5 for bug 939867

Revision history for this message
Torsten Spindler (tspindler) wrote :

In dpkgpm.cc the crash happens in a loop over a list. Each list item ought to have a Pkg associated with it, but if that's not the case, this crash might happen. It would be best to check if (*I).Pkg is of the right type, the attached patch only checks for NULL.