Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2e5d7db authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix harmless cache key bug in res_cache" am: f1deb1c9 am: 22b8bdd3

Change-Id: I8463fcd535e1b32164549205566ba54eab0d89f6
parents efe1d178 22b8bdd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;