pgsql: Fix 1-byte buffer overrun when OID exceeds 1 billion.
Started by Tom Laneover 19 years ago1 messagescomitters
Log Message:
-----------
Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't
cause any serious harm in normal cases, but if you have gcc buffer overrun
checking turned on, that will notice. Found by Jack Orenstein. Problem
was already fixed in CVS HEAD.
Tags:
----
REL7_3_STABLE
Modified Files:
--------------
pgsql/src/bin/psql:
common.c (r1.51 -> r1.51.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.51&r2=1.51.2.1)