Fix one-byte buffer overrun in PQprintTuples().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 01910959504912f46d5d643d692ecd2ab7eabd5d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-01-21T04:44:06Z
Releases: 8.4.16
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

Files

PathChange+/−
src/interfaces/libpq/fe-print.c modified +3 −4