Skip to content

Commit

Permalink
Merge pull request #2187 from pi-hole/update/dnsmasq
Browse files Browse the repository at this point in the history
Update embedded dnsmasq
  • Loading branch information
DL6ER authored Feb 18, 2025
2 parents 32d2345 + 55d911b commit 9319f37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dnsmasq/forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static void forward_query(int udpfd, union mysockaddr *udpaddr,
may fall through below and forward the query in the packet buffer again and we
want to use the same case scrambling as the first time. */
blockdata_retrieve(forward->stash, forward->stash_len, (void *)header);
plen = forward->stash_len;

for (src = &forward->frec_src; src; src = src->next)
if (src->orig_id == id &&
Expand Down

0 comments on commit 9319f37

Please sign in to comment.