aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-12-21 01:07:07 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-12-21 01:07:07 +0000
commitf1f597860351ade0ccab9620c422e37a5bb70458 (patch)
treef607271832e896bbd1908570eba4e49ae4a591be /src/backend/access/gist/gistget.c
parente2ad5816e2edc9eca4fdd74fc0a214c256e1815a (diff)
downloadpostgresql-f1f597860351ade0ccab9620c422e37a5bb70458.tar.gz
postgresql-f1f597860351ade0ccab9620c422e37a5bb70458.zip
Fix possible buffer overrun in \d command: substr(..., 128) produces
a result of at most 128 chars, but that could be more than 128 bytes. Also ensure we don't try to pfree uninitialized pointers during error cleanup.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions