Add strlcat() from OpenBSD, to be used for replacing strncat and other
Peter Eisentraut <peter_e@gmx.net>
Add strlcat() from OpenBSD, to be used for replacing strncat and other strange coding practices.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +72 −1 |
| configure.in | modified | +3 −3 |
| src/bin/pg_config/pg_config.c | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +7 −0 |
| src/include/port.h | modified | +5 −1 |
| src/port/strlcat.c | added | +55 −0 |