Skip to content
  • Benjamin Otte's avatar
    liststore: Fix gtk_list_store_iter_is_valid() · b5620293
    Benjamin Otte authored and Matthias Clasen's avatar Matthias Clasen committed
    The iter may be invalid, so we may not read from it.
    
    testsuite/gtk/treemodel tests this and valgrind is shouting about it,
    but it never crashed until I just ran it...
    
    This bug is from 2004 and the test is from 2007. I guess invalid memory
    accesses don't get caught by CI much.
    b5620293