Files
privacore-open-source-searc…/HashTableX.h
Ivan Skytte Jørgensen 0fb0a600cf memcpy.->memmove
valgrind flagged the overlapping memory in HashTableX::setValue().
It happens in the call-chain removeKey() -> removeSlot() -> addKey() -> setValue() where 'value' will point to the value it has/will have
2018-07-26 14:34:06 +02:00

9.5 KiB