- Fix for #1324: Fix to free edns options scratch in ratelimit case.

This commit is contained in:
W.C.A. Wijngaards 2025-09-01 09:28:29 +02:00
parent 44da5eee66
commit c57c39833e
2 changed files with 4 additions and 0 deletions

View file

@ -1707,6 +1707,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
repinfo->client_addrlen, edns.cookie_valid,
c->buffer)) {
worker->stats.num_queries_ip_ratelimited++;
regional_free_all(worker->scratchpad);
comm_point_drop_reply(repinfo);
return 0;
}

View file

@ -1,3 +1,6 @@
1 September 2025: Wouter
- Fix for #1324: Fix to free edns options scratch in ratelimit case.
29 August 2025: Yorgos
- Limit the number of consecutive reads on an HTTP/2 session.
Thanks to Gal Bar Nahum for exposing the possibility of infinite