postgresql/src/backend/port
Tom Lane 65da0d66b4 Fix misuse of StrNCpy to copy and add null to non-null-terminated data.
Does not work since it fetches one byte beyond the source data, and when
the phase of the moon is wrong, the source data is smack up against the
end of backend memory and you get SIGSEGV.  Don't laugh, this is a fix
for an actual user bug report.
2000-07-07 21:12:53 +00:00
..
aix
dynloader Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
hpux Backend makefile cleanup. make maintainer-clean is now completely 2000-07-06 21:33:45 +00:00
nextstep Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
qnx4 Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
sunos4 Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
tas
gethostname.c
getrusage.c Add stdio for NULL define. 1998-12-12 19:57:51 +00:00
inet_aton.c More config.h cleanups. 1999-07-17 04:12:10 +00:00
inet_aton.h
isinf.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile.in Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
random.c Add back improperly removed #include for config.h. 1999-07-16 23:09:45 +00:00
snprintf.c Get rid of elog(DEBUG) in snprintf emulation ... it's just 1999-09-09 03:13:22 +00:00
srandom.c Add back improperly removed #include for config.h. 1999-07-16 23:09:45 +00:00
strcasecmp.c Add: 2000-01-26 05:58:53 +00:00
strerror.c Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
strtol.c Add: 2000-01-26 05:58:53 +00:00
strtoul.c