Morn icon indicating copy to clipboard operation
Morn copied to clipboard

关于morn_map中键的长度为8时_Compare判定异常问题

Open lhlhliuhao opened this issue 1 year ago • 0 comments

morn_map的_Compare函数中,当键长度为8时判断语句为return ((*((uint64_t )mem1))-(((uint64_t *)mem2)));,但是_Compare返回值类型为int,导致某些时刻判断两个不同的key时应该返回不为0的值,但是由于返回值类型与return类型不同实际会返回0。

lhlhliuhao avatar Jun 16 '23 09:06 lhlhliuhao