Skip to content
Snippets Groups Projects
Commit 0945be61 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Backend: Fix race-condition in backend_do_call_outs().

There was a potential delay between a call_out running, and it
being removed from the call_hash hash table. This race caused
NULL-dereferences in backend_find_call_out(), and potentially
dereferences of pointers to freed memory on growing the hash.

Fixes some of [PIKE-55]/[PIKE-56]
parent 1483f85c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment