mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for #1324: Fix to free edns options scratch in ratelimit case.
This commit is contained in:
parent
44da5eee66
commit
c57c39833e
2 changed files with 4 additions and 0 deletions
|
|
@ -1707,6 +1707,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
||||||
repinfo->client_addrlen, edns.cookie_valid,
|
repinfo->client_addrlen, edns.cookie_valid,
|
||||||
c->buffer)) {
|
c->buffer)) {
|
||||||
worker->stats.num_queries_ip_ratelimited++;
|
worker->stats.num_queries_ip_ratelimited++;
|
||||||
|
regional_free_all(worker->scratchpad);
|
||||||
comm_point_drop_reply(repinfo);
|
comm_point_drop_reply(repinfo);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
1 September 2025: Wouter
|
||||||
|
- Fix for #1324: Fix to free edns options scratch in ratelimit case.
|
||||||
|
|
||||||
29 August 2025: Yorgos
|
29 August 2025: Yorgos
|
||||||
- Limit the number of consecutive reads on an HTTP/2 session.
|
- Limit the number of consecutive reads on an HTTP/2 session.
|
||||||
Thanks to Gal Bar Nahum for exposing the possibility of infinite
|
Thanks to Gal Bar Nahum for exposing the possibility of infinite
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue