]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Nov 2006 21:12:57 +0000 (21:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Nov 2006 21:12:57 +0000 (21:12 +0000)
commitc4950aa1eeb62b6661b4fb1fc1edb53dba96f98d
treecaa7bf5b13f785aac93d217d2409d5d07230ef43
parent504d87c7cd7cba2a8ecd9d49e933c62e9b04eafd
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.
src/bin/psql/common.c