You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HASH: Fix incorrect node removal in Hash_Remove and Hash_RemoveKey
The Hash_Remove and Hash_RemoveKey functions incorrectly freed the wrong
node when unlinking an entry in the linked list, causing a crash.
This issue went unnoticed until now because the functions were
previously unused.
0 commit comments