Skip to content

updates section: Fix a crash during automatic updates

Kalev Lember requested to merge wip/kalev/rhbz1632029 into master

When self->list is cleared, a bunch of variables pointing to items constructed in _build_section_header() become invalid. Make sure that we set those to NULL when self->list is cleared so that we can avoid using dangling pointers in callbacks.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1632029

Merge request reports