libhl icon indicating copy to clipboard operation
libhl copied to clipboard

bugfix: Fix node deletion segment fault issue & add unit test for deletion operation & add the missing hashtable error message

Open marsCatXdu opened this issue 4 months ago • 0 comments

The original code int rc = ht_delete(graph->nodes, node->label, strlen(node->label), (void **)&node, NULL); dereferences the NULL pointer, this results in a segment fault.

marsCatXdu avatar Sep 18 '25 08:09 marsCatXdu