Peter Eisentraut 561ec76133 psql: Fix invalid memory access
Due to an apparent thinko, when printing a table in expanded mode
(\x), space would be allocated for 1 slot plus 1 byte per line,
instead of 1 slot per line plus 1 slot for the NULL terminator.  When
the line count is small, reading or writing the terminator would
therefore access memory beyond what was allocated.
2012-03-07 23:46:41 +02:00
..
2011-08-17 14:07:46 +03:00
2012-01-25 18:22:00 -03:00
2012-01-25 18:22:00 -03:00
2012-01-01 18:01:58 -05:00
2012-01-01 18:01:58 -05:00
2011-09-11 21:54:32 +03:00
2012-03-07 23:46:41 +02:00