CRC 32 returns only 16 bit values?

Bug #604178 reported by a.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libmemcached
Won't Fix
Undecided
Unassigned

Bug Description

the crc32 routine in libhashkit truncates the hash to 16 bit

return ((~crc) >> 16) & 0x7fff;

is this a libmemcached specific change or a bug?

Revision history for this message
Brian Aker (brianaker) wrote :

This is just following what other drivers did (ie it is done for compatibly).

Brian Aker (brianaker)
Changed in libmemcached:
status: New → Confirmed
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.