Skip to content
  • Elliott Sales de Andrade's avatar
    Fix a possible use-after-free. · 7fb23073
    Elliott Sales de Andrade authored
    If g_mapped_file_new fails, then `version` will be freed, but it was
    already added to the hash table. This means there could be a
    use-after-free while doing a lookup on the hash table the next time.
    7fb23073