2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-03-07 17:08:02 +08:00
netcdf-c/dap4_test
Dennis Heimbigner 4db4393e69 Begin changing over to use strlcat instead of strncat because
strlcat provides better protection against buffer overflows.

Code is taken from the FreeBSD project source code. Specifically:
https://github.com/freebsd/freebsd/blob/master/lib/libc/string/strlcat.c
License appears to be acceptable, but needs to be checked by e.g. Debian.

Step 1:
1. Add to netcdf-c/include/ncconfigure.h to use our version
   if not already available as determined by HAVE_STRLCAT in config.h.
2. Add the strlcat code to libdispatch/dstring.c
3. Turns out that strlcat was already defined in several places.
   So remove it from:
	ncgen3/genlib.c
	ncdump/dumplib.c
3. Define strlcat extern definition in ncconfigure.h.
4. Modify following directories to use strlcat:
	libdap2 libdap4 ncdap_test dap4_test
   Will do others in subsequent steps.
2017-11-23 10:55:24 -07:00
..
baseline
baselineraw
baselineremote
cdltestfiles
daptestfiles
dmrtestfiles
nctestfiles
CMakeLists.txt
d4test_common.sh
findtestserver4.c
Make0
Makefile.am Begin changing over to use strlcat instead of strncat because 2017-11-23 10:55:24 -07:00
maketests.sh
test_common.h
test_data.c Begin changing over to use strlcat instead of strncat because 2017-11-23 10:55:24 -07:00
test_data.sh getting make -j check working 2017-11-17 10:49:06 -07:00
test_environment4.c
test_hyrax.sh
test_meta.c
test_meta.sh getting make -j check working 2017-11-17 10:49:06 -07:00
test_parse.c
test_parse.sh getting make -j check working 2017-11-17 10:49:06 -07:00
test_raw.sh getting make -j check working 2017-11-17 10:49:06 -07:00
test_remote.sh
test_test.sh
tst_data.sh
tst_meta.sh
tst_parse.sh
tst_raw.sh Suppress debug output 2017-08-29 15:10:55 -06:00