aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-03-07 23:46:41 +0200
committerPeter Eisentraut <peter_e@gmx.net>2012-03-07 23:46:41 +0200
commit561ec761332b5608a894210e00d4fee1b5c6522a (patch)
tree5bbc4c917fa3d705596cfbe556bdb1f324d8defc /src/backend/access/gist/gistbuild.c
parentf9325df0fc6dcf3c1a2540b944c00b7316754146 (diff)
downloadpostgresql-561ec761332b5608a894210e00d4fee1b5c6522a.tar.gz
postgresql-561ec761332b5608a894210e00d4fee1b5c6522a.zip
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 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions