Test and avoid MD_StringMap collisions.

This commit is contained in:
Miguel Lechon
2021-03-16 19:05:48 +01:00
parent 55943b79fc
commit 541a5443b6
3 changed files with 157 additions and 52 deletions
+1
View File
@@ -398,6 +398,7 @@ struct MD_MapSlot
{
MD_MapSlot *next;
MD_u64 hash;
void *key;
void *value;
};