]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a stack buffer overflow in the statistics channel
authorTony Finch <fanf@isc.org>
Tue, 6 Jun 2023 17:06:43 +0000 (18:06 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 14 Aug 2023 09:30:24 +0000 (11:30 +0200)
commitb22c87ca61d18547d4baef63b1d53a0584ff4df7
tree99839f937195a8320f6a3cc6e4db797b944e9b89
parentbafb3f97c2d21d7d3ec617a1fb11d4551e2f7f61
Fix a stack buffer overflow in the statistics channel

A long timestamp in an If-Modified-Since header could overflow a
fixed-size buffer.
bin/tests/system/statschannel/tests.sh
lib/isc/httpd.c