Call node_find_cmp() with (void *)&ulong instead of (void *)ulong.
The old code assumed sizeof(long) == sizeof(void *), among other things.
Please register or sign in to comment
The old code assumed sizeof(long) == sizeof(void *), among other things.