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

Commit 09d3a027 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6157842 from dad7ba81 to rvc-release

Change-Id: Ia1d6ce5d5ad7520c47154793ea5f7944c37859a1
parents 5b951972 dad7ba81
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;