Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use already implemented clear for COMPS_HSList (RhBug:1888343) #75

Merged
merged 1 commit into from
Oct 22, 2020

Commits on Oct 22, 2020

  1. Use already implemented clear for COMPS_HSList (RhBug:1888343)

    Instead of reimplementing clear for COMPS_HSList use comps_hslist_clear.
    The crash was caused by dangling pointers first and last in the
    COMPS_HSList (rt->subnodes) struct, function comps_hslist_clear clears
    them out properly.
    
    = changelog =
    msg: Fix a crash when clearing COMPS_ObjRTree
    type: bugfix
    resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1888343
    kontura committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    810efc1 View commit details
    Browse the repository at this point in the history