]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Better fix for infinite loop when reading multiple lines of input on
authorGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 13 Oct 2023 12:58:16 +0000 (14:58 +0200)
committerGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 13 Oct 2023 12:58:16 +0000 (14:58 +0200)
commit07149f576a223431b6d831798cfbe40910931afc
tree7281fd0142be96ed8648846bb448a5c78987d42f
parent908e1cb11a8e0362eb32d2de4aebdc42fa46593a
- Better fix for infinite loop when reading multiple lines of input on
  a broken remote control socket, by treating a zero byte line the
  same as transmission end. Addesses #947 and #948.
daemon/remote.c
doc/Changelog