| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix some misuses of strncat(). |
| Date: | 2006-09-27 16:19:43 |
| Message-ID: | 20060927161943.F3E7B9FB34F@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Fix some misuses of strncat().
Modified Files:
--------------
pgsql/src/bin/pg_config:
pg_config.c (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c.diff?r1=1.20&r2=1.21)
pgsql/src/tutorial:
funcs.c (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tutorial/funcs.c.diff?r1=1.15&r2=1.16)
funcs_new.c (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tutorial/funcs_new.c.diff?r1=1.11&r2=1.12)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-09-27 16:29:46 | pgsql: Add strlcpy() to the set of functions supported by src/port/ when |
| Previous Message | Tom Lane | 2006-09-27 15:41:24 | pgsql: Remove separate strdup.h header file; it's redundant with port.h. |