Loading res_cache.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned h while (numBytes > 0 && p < end) { hash = hash * FNV_MULT ^ *p++; numBytes--; } packet->cursor = p; return hash; Loading Loading
res_cache.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -435,6 +435,7 @@ static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned h while (numBytes > 0 && p < end) { hash = hash * FNV_MULT ^ *p++; numBytes--; } packet->cursor = p; return hash; Loading