Xavier Simonart
6133acbe82
hash: fix crash when adding already inserted keys
When adding with cuckoo hash a key which was already inserted a new slot is dequeued and then enqueued back, but the enqueue operation was not done properly. Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Signed-off-by: Xavier Simonart <xavier.simonart@intel.com> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Description
No description provided
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%