]> granicus.if.org Git - postgresql/commit
Fix one-byte buffer overrun in PQprintTuples().
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jan 2013 04:43:46 +0000 (23:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jan 2013 04:43:46 +0000 (23:43 -0500)
commit8f0d8f481e86514bb35538827df7e1e35baee368
tree06dba130e79276872e28d57c703137b3fdc36430
parent535e69a43f14673557d281b112859e7a25cc7939
Fix one-byte buffer overrun in PQprintTuples().

This bug goes back to the original Postgres95 sources.  Its significance
to modern PG versions is marginal, since we have not used PQprintTuples()
internally in a very long time, and it doesn't seem to have ever been
documented either.  Still, it *is* exposed to client apps, so somebody
out there might possibly be using it.

Xi Wang
src/interfaces/libpq/fe-print.c