diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1999-01-12 15:48:18 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1999-01-12 15:48:18 (GMT) |
commit | 2362b4e0f0dda6237c994551e01cdd2773bad019 (patch) | |
tree | 628b5ae14e2303cb3040c25adef4964e14296510 /src/H5TBprivate.h | |
parent | 6c30f0ae168fa5e7cdfb1553ef41553b20350573 (diff) | |
download | hdf5-2362b4e0f0dda6237c994551e01cdd2773bad019.zip hdf5-2362b4e0f0dda6237c994551e01cdd2773bad019.tar.gz hdf5-2362b4e0f0dda6237c994551e01cdd2773bad019.tar.bz2 |
[svn-r1021] Purpose:
Bug fix
Problem:
Segmentation fault when attempting to free NULL or uninitialized pointers.
Problem noticed on Linux and HPUX10.20 platforms.
Solution:
Initialialize the pointer to NULL. Execute the "free" statement
upon the condition that the pointer is not equal to NULL (i.e. after the
allocation has taken place.)
Platform tested:
Linux, HPUX10.20, Solaris2.5
Diffstat (limited to 'src/H5TBprivate.h')
0 files changed, 0 insertions, 0 deletions