diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-12-21 01:07:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-12-21 01:07:21 +0000 |
commit | a3feaba9aa60a35b811dce954a7b41dd169bf491 (patch) | |
tree | edc06d69cb2619367bdb0ab71e1df36db5d0cdbb /src/include/postgres.h | |
parent | 96bce9f689073919ae727b72f143ab04857b89e4 (diff) | |
download | postgresql-REL7_3_1.tar.gz postgresql-REL7_3_1.zip |
Fix possible buffer overrun in \d command: substr(..., 128) producesREL7_3_1
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/include/postgres.h')
0 files changed, 0 insertions, 0 deletions