diff options
author | Gary Benson <gbenson@redhat.com> | 2019-08-28 15:19:28 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2019-08-28 15:19:28 +0100 |
commit | 8ae0786c30a3a8d846994d0a6e7a00646f0bcd20 (patch) | |
tree | 411fa2a7edacd8de4938d4250543821d179d5bc8 /gnulib/ChangeLog | |
parent | d8f27c6018adbb32a3ebba39a5abac44a6b9e67c (diff) | |
download | gdb-8ae0786c30a3a8d846994d0a6e7a00646f0bcd20.zip gdb-8ae0786c30a3a8d846994d0a6e7a00646f0bcd20.tar.gz gdb-8ae0786c30a3a8d846994d0a6e7a00646f0bcd20.tar.bz2 |
Fix Gnulib glob.c resource leaks found by Coverity
Coverity discovered a number of resource leaks in Gnulib's glob.c.
This commit backports the Gnulib commits that fix the leaks.
gnulib/ChangeLog:
* patches/0003-Fix-glob-c-Coverity-issues.patch: New file.
* update-gnulib.sh: List the above.
* import/glob.c: Rebuild.
Diffstat (limited to 'gnulib/ChangeLog')
-rw-r--r-- | gnulib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog index 0117dc5..181fccd 100644 --- a/gnulib/ChangeLog +++ b/gnulib/ChangeLog @@ -1,3 +1,9 @@ +2019-08-28 Gary Benson <gbenson@redhat.com> + + * patches/0003-Fix-glob-c-Coverity-issues.patch: New file. + * update-gnulib.sh: List the above. + * import/glob.c: Rebuild. + 2019-06-21 Gary Benson <gbenson@redhat.com> * update-gnulib.sh: Adjust paths. |