]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/server/dnsd: fix potential buffer overflow
authorViktor Szakats <commit@vsz.me>
Mon, 27 Oct 2025 18:23:37 +0000 (19:23 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 27 Oct 2025 20:55:36 +0000 (21:55 +0100)
commitfa49c50ac359bc3ac7c76e86e0be0fe9a0cb6b7c
treeb66bfb48e3beff768d8e1e383e8efb1e68b2708d
parent73811b4c51a959696b38f7b872afbebd230e6f06
tests/server/dnsd: fix potential buffer overflow

When handling incoming DNS packets.

Reported-by: Joshua Rogers
Closes #19261
tests/server/dnsd.c