mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
b3044de434
to clean up resources properly on failure. Refactored doubly-linked list code for objects in the libsrc4 directory, cleaning up the add/del routines, breaking out the common next/prev pointers into a struct and extracting the add/del operations on them, changed the list of dims to add new dims in the same order as the other types, made all add routines able to optionally return a pointer to the newly created object. Removed some dead code (pg_var(), nc4_pg_var1(), nc4_pg_varm(), misc. small routines, etc) Fixed fill value handling for string types in nc4_get_vara(). Changed many malloc()+strcpy() pairs into calls to strdup(). Cleaned up misc. other minor Coverity issues. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
error4.c | ||
Makefile.am | ||
nc3stub.c | ||
nc3stub.h | ||
nc4attr.c | ||
nc4dim.c | ||
nc4dispatch.c | ||
nc4dispatch.h | ||
nc4file.c | ||
nc4grp.c | ||
nc4hdf.c | ||
nc4internal.c | ||
nc4type.c | ||
nc4var.c | ||
ncfunc.c | ||
stub3.c | ||
stub4.c |