- Fix CVE-2026-80225, Possible degradation of service from continuous

queries on the same TCP/DoT connection. Thanks to Qifan Zhang from
  Palo Alto Networks for the report.
This commit is contained in:
W.C.A. Wijngaards
2026-09-16 09:16:29 +02:00
parent eb86d9bc50
commit e619ead2db
6 changed files with 104 additions and 3 deletions
+10
View File
@@ -786,3 +786,13 @@ size_t doq_table_quic_size_get(struct doq_table* ATTR_UNUSED(table))
return 0;
}
#endif
void tcp_read_again_cb(void* ATTR_UNUSED(arg))
{
/* nothing */
}
void tcp_more_read_again_cb(void* ATTR_UNUSED(arg))
{
/* nothing */
}