Skip to content
  • Hugo Beauzée-Luyssen's avatar
    preparser: Fix potential use after free · 49f41654
    Hugo Beauzée-Luyssen authored
    If the art fetcher completes before ReqHold gets called, we will end up
    releasing the request before holding it for the art fetcher, causing a
    use after free when the task gets released by the background worker
    invokes TerminateTask
    49f41654