summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut2012-03-07 21:46:41 +0000
committerPeter Eisentraut2012-03-10 22:51:24 +0000
commit8136842f22c7026832b561481063f87f32a41b18 (patch)
tree7b90a41b9f57a34f149b7de0062213ea08f28d66 /doc/src
parentd7a8e9a70ed3eaa854562dbfaf70fab78491c66c (diff)
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.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions