Bug #925: typing error in src/backend/libpq/be-secure.c ??? - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #925: typing error in src/backend/libpq/be-secure.c ???
Date
Msg-id 20030329020907.A8BD147580B@postgresql.org
Whole thread Raw
Responses Re: Bug #925: typing error in src/backend/libpq/be-secure.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
Sergey N. Yatskevich (syatskevich@n21lab.gosniias.msk.ru) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description
typing error in src/backend/libpq/be-secure.c ???

Long Description
In src/backend/libpq/be-secure.c: secure_write
on SSL_ERROR_WANT_WRITE call secure_read instead
secure_write again. May be is this a typing error?


Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #924: Segmentation fault in libpq/PQconsumeInput on SSL connection
Next
From: Bruce Momjian
Date:
Subject: Re: Bug #925: typing error in src/backend/libpq/be-secure.c