This patches replaces a few more usages of strcpy() and sprintf() when
authorBruce Momjian
Tue, 27 Aug 2002 03:56:35 +0000 (03:56 +0000)
committerBruce Momjian
Tue, 27 Aug 2002 03:56:35 +0000 (03:56 +0000)
commitdd912c697718e924387dd405413f94e481f8d0d4
tree120239674272c3c65400c56282c46a99b36d521a
parente0a77f56e3e8f44b5014cb7584b33661b2e273e4
This patches replaces a few more usages of strcpy() and sprintf() when
copying into a fixed-size buffer (in this case, a buffer of
NAMEDATALEN bytes). AFAICT nothing to worry about here, but worth
fixing anyway...

Neil Conway
src/backend/commands/tablecmds.c
src/backend/parser/analyze.c
src/backend/storage/ipc/shmqueue.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/sets.c