]> git.ipfire.org Git - thirdparty/postgresql.git/commit
backend where a statically sized buffer is written to. Most of these
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Aug 2002 20:46:24 +0000 (20:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Aug 2002 20:46:24 +0000 (20:46 +0000)
commit81dfa2ce4328c44201a70a9dc3517bd356698069
treeec11b0649abcb6cd2b3cb6926ff4df21ac1e570d
parentf5fea0808f385677dccffa0b4dc0ffe512cb4199
backend where a statically sized buffer is written to. Most of these
should be pretty safe in practice, but it's probably better to be safe
than sorry.

I was actually looking for cases where NAMEDATALEN is assumed to be
32, but only found one. That's fixed too, as well as a few bits of
code cleanup.

Neil Conway
13 files changed:
src/backend/executor/execMain.c
src/backend/optimizer/plan/planner.c
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/backend/utils/adt/mac.c
src/backend/utils/adt/tid.c
src/backend/utils/adt/varlena.c
src/bin/pg_dump/pg_backup_tar.c
src/bin/pg_dump/pg_backup_tar.h
src/bin/psql/print.c
src/interfaces/cli/example2.c
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c