]> 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:44:11 +0000 (23:44 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Jan 2013 04:44:11 +0000 (23:44 -0500)
commit59d70a5e9c9a2dedac5c237cb005d9f32485cbff
tree2d9d08ddc43a07a7b874f4c4aed503602b3f5e8f
parent237dc2d783b0c0856a5f97c338c71aa805b0acfc
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