]> granicus.if.org Git - postgresql/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:13:04 +0000 (21:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Nov 2006 21:13:04 +0000 (21:13 +0000)
commitdb8a3fd68038907efb47d0ad3de5e037c9594b7c
tree5c1cbf79dfac7279dd66ed280923e769b7c780cd
parentb8222e50062937d38de38d54782c013cd136bfe4
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