Re: BUG #1303: backend crashes due wrong TCP packet

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Yevgeniy Kondratiev" <sundaw(at)rex400(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1303: backend crashes due wrong TCP packet
Date: 2004-11-03 16:03:36
Message-ID: 14320.1099497816@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> over, i think, network problems or ODBC errors there are some wrong packets
> which crash postgresql backend.
> TCP package with postgresql data (hex) 58 00 00 00 00 00
> doest it.

Not for me. The backend logs a complaint about invalid message length
and disconnects, which is what it's supposed to do.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Berkus 2004-11-03 16:33:13 Re: [pgsql-bugs] Daily digest v1.1282 (5 messages)
Previous Message Peter Eisentraut 2004-11-03 15:27:43 Re: BUG #1304: update does not honor order of subselect