This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Kamailio
/
kamailio
oglindă de
https://github.com/kamailio/kamailio.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Răsfoiți Sursa
tm: rest the pointer of hash table after free to avoid double free on false start
(cherry picked from commit 7728464362af67eff4dc105f16a1d42c72407cca)
Daniel-Constantin Mierla
13 ani în urmă
părinte
3b4aa076f4
comite
dd7b6af538
1 a modificat fișierele
cu
1 adăugiri
și
0 ștergeri
Vedere unificată
Arată Statisticile Diff
1
0
modules/tm/h_table.c
+ 1
- 0
modules/tm/h_table.c
Vizualizați fișierul
@@ -444,6 +444,7 @@ void free_hash_table( )
}
}
}
}
shm_free(_tm_table);
shm_free(_tm_table);
+ _tm_table = 0;
}
}
}
}