This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Kamailio
/
kamailio
miroir de
https://github.com/kamailio/kamailio.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
tm: rest the pointer of hash table after free to avoid double free on false start
(cherry picked from commit 7728464362af67eff4dc105f16a1d42c72407cca)
Daniel-Constantin Mierla
il y a 13 ans
Parent
3b4aa076f4
commit
dd7b6af538
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
modules/tm/h_table.c
+ 1
- 0
modules/tm/h_table.c
Voir le fichier
@@ -444,6 +444,7 @@ void free_hash_table( )
}
}
shm_free(_tm_table);
+ _tm_table = 0;
}
}