Comment 5 for bug 985264

Revision history for this message
Bryce Harrington (bryce) wrote :

405: *hash_return = hash_value;
406:
407: node_index = hash_value % hash_table->mod; /* SIGFPE */
408: node_hash = hash_table->hashes[node_index];

Attached patch should fix it.