Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
    • ReinUsesLisp's avatar
      shader_cache: Fix use-after-free and orphan invalidation cache entries · f6cb128e
      ReinUsesLisp authored
      This fixes some cases where entries could have been removed multiple
      times reading freed memory. To address this issue this commit removes
      duplicates from entries marked for removal and sorts out the removal
      process to fix another use-after-free situation.
      
      Another issue fixed in this commit is orphan invalidation cache entries.
      Previously only the entries that were invalidated in the current
      operations had its entries removed. This led to more use-after-free
      situations when these entries were actually invalidated but referenced
      an object that didn't exist.
      f6cb128e
  2. Jun 30, 2020
  3. Jun 29, 2020
  4. Jun 28, 2020
  5. Jun 27, 2020
Loading