Fix heap-use-after-free in VlRNG::VlRNG() (#7865)

This commit is contained in:
Dragon-Git
2026-07-03 06:38:48 -04:00
committed by GitHub
parent b97df914dd
commit 58bd13b623
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ David Turner
Dercury
Diego Roux
Dominick Grochowina
Dragon-Git
Don Williamson
Drew Ranck
Drew Taussig
+1
View File
@@ -337,6 +337,7 @@ public:
~VlProcess() {
if (m_parentp) m_parentp->detach(this);
if (t_currentp == this) t_currentp = m_parentp.get();
}
void attach(VlProcess* childp) { m_children.insert(childp); }