Re: [HACKERS] PATCH SSL_pending() checks in libpq/fe-misc.c

2002-06-11 Thread Bruce Momjian
Would you send over a context diff, diff -c? --- Jack Bates wrote: > > Hello: > > I took a look at the SSL code in libpq/fe-misc.c and noticed what I > think is a small problem. A patch is included at the bottom of thi

[HACKERS] PATCH SSL_pending() checks in libpq/fe-misc.c

2002-05-02 Thread Jack Bates
Hello: I took a look at the SSL code in libpq/fe-misc.c and noticed what I think is a small problem. A patch is included at the bottom of this email against anoncvs TopOfTree this evening. The SSL library buffers input data internally. Nowhere in libpq's code is this buffer being checked v