Files
postgres/src
Tom Lane 9711fa0608 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:55 -04:00
..
2014-08-09 00:07:00 -04:00
2014-10-05 23:23:50 -04:00
2014-06-28 21:46:15 +02:00
2014-10-26 09:47:01 -04:00