]> git.ipfire.org Git - thirdparty/pdns.git/commit
Do not read further than the length we received, the string might 10930/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 1 Nov 2021 07:28:18 +0000 (08:28 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 1 Nov 2021 07:28:18 +0000 (08:28 +0100)
commitc25917cf32af4a82b38f6d925edc7793028c4c49
tree21d32c2d34102426f8c878bcf6c522a293c826d1
parentac3f1f35a03704284b3f71b0aa3d28448aefeb7a
Do not read further than the length we received, the string might
be followed by a passed fd.

Interesting to see that OpenBSD chops up recvs based on the sends,
while Linux is happy to read more than was passed to the corresponding
send call if another send was called after that.
pdns/rec_channel.cc