diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-01 13:22:16 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-01 13:22:58 -0700 |
| commit | fa67ba06ee07845a2bac34afa609ee2bbb1e017e (patch) | |
| tree | 56769f8ccbe4ba8d36047aed5f620a16c274c451 /ChangeLog | |
| parent | 82c80ac2ebf9acc81ec460adfd951d4884836c7c (diff) | |
| download | glibc-fa67ba06ee07845a2bac34afa609ee2bbb1e017e.tar.xz glibc-fa67ba06ee07845a2bac34afa609ee2bbb1e017e.zip | |
regex: fix memory leak in Gnulib
Problem and fix reported by Assaf Gordon in:
https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt
* posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and
range_ends members too, as they are defined in 'struct
re_charset_t' even if not _LIBC. This affects only Gnulib.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2018-08-01 Paul Eggert <eggert@cs.ucla.edu> + + regex: fix memory leak in Gnulib + Problem and fix reported by Assaf Gordon in: + https://lists.gnu.org/r/bug-gnulib/2018-07/txtqLKNwBdefE.txt + * posix/regcomp.c (free_charset) [!_LIBC]: Free range_starts and + range_ends members too, as they are defined in 'struct + re_charset_t' even if not _LIBC. This affects only Gnulib. + 2018-08-01 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86/cpu-features.c (get_common_indeces): Renamed to |
