diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-03-07 23:46:41 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-03-11 00:51:00 +0200 |
commit | 46c9f5d6f0bf680708fbd7c1972a31b58fab5f35 (patch) | |
tree | 64992bca794292525221a406f13f94cf365571cb /src/backend/access/gist/gistvacuum.c | |
parent | 0ba7ff5fa542c1cf77bac001c534ff0c82b2fde2 (diff) | |
download | postgresql-46c9f5d6f0bf680708fbd7c1972a31b58fab5f35.tar.gz postgresql-46c9f5d6f0bf680708fbd7c1972a31b58fab5f35.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/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions