On Sun, 7 Apr 2024 at 14:41, David Rowley <dgrowle...@gmail.com> wrote:
> Looking at the code in socket_putmessage_noblock(), I don't understand
> why it's ok for PqSendBufferSize to be int but "required" must be
> size_t.  There's a line that does "PqSendBufferSize = required;". It
> kinda looks like they both should be size_t.  Am I missing something
> that you've thought about?


You and Ranier are totally right (I missed this assignment). Attached is v8.

Attachment: v8-0001-Make-a-few-variables-size_t-in-pqcomm.c.patch
Description: Binary data

Reply via email to