This patches replaces a few more usages of strcpy() and sprintf() when
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +3 −3 |
| src/backend/parser/analyze.c | modified | +3 −3 |
| src/backend/storage/ipc/shmqueue.c | modified | +7 −7 |
| src/backend/utils/adt/acl.c | modified | +3 −3 |
| src/backend/utils/adt/sets.c | modified | +2 −2 |