Skip to content
  • Hugo Lefeuvre's avatar
    gtkstack: fix null pointer dereference · 44655932
    Hugo Lefeuvre authored
    The gtk_stack_snapshot_slide() function dereferences the
    last_visible_child pointer without proper != NULL ckeck. This might
    result in NULL pointer dereference and crash if last_visible_child is
    invalid.
    
    Add a != NULL check before dereferencing the pointer.
    44655932