postgresql/src/bin
Tom Lane c53a82b99d Fix undersized result buffer in pset_quoted_string().
The malloc request was 1 byte too small for the worst-case output.
This seems relatively unlikely to cause any problems in practice,
as the worst case only occurs if the input string contains no
characters other than single-quote or newline, and even then
malloc alignment padding would probably save the day.  But it's
definitely a bug.

David Rowley
2014-10-26 19:17:57 -04:00
..
initdb Translation updates 2014-10-05 23:22:24 -04:00
pg_basebackup pg_recvlogical: Improve --help output 2014-10-12 01:54:29 -04:00
pg_config Translation updates 2014-10-05 23:22:24 -04:00
pg_controldata Translation updates 2014-10-05 23:22:24 -04:00
pg_ctl Translation updates 2014-10-05 23:22:24 -04:00
pg_dump Fix core dump in pg_dump --binary-upgrade on zero-column composite type. 2014-10-17 12:49:03 -04:00
pg_resetxlog Translation updates 2014-10-05 23:22:24 -04:00
pgevent Remove inappropriate EXPORTS line. 2014-02-19 21:08:50 -05:00
psql Fix undersized result buffer in pset_quoted_string(). 2014-10-26 19:17:57 -04:00
scripts Translation updates 2014-10-05 23:22:24 -04:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00