diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-08-14 10:51:07 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-08-14 10:51:07 +0200 |
commit | 2d7acfac3ebf266dcbc82d0d6cc576f626953a03 (patch) | |
tree | 5b458e0377e7c221ccfc9e97ae5f6286d572fc1c /ChangeLog | |
parent | 17b26500f9bb926d85e86821d014f7c1bb88043c (diff) | |
download | glibc-2d7acfac3ebf266dcbc82d0d6cc576f626953a03.tar.gz glibc-2d7acfac3ebf266dcbc82d0d6cc576f626953a03.tar.xz glibc-2d7acfac3ebf266dcbc82d0d6cc576f626953a03.zip |
nscd: Deallocate existing user names in file parser
This avoids a theoretical memory leak (theoretical because it depends on multiple server-user/stat-user directives in the configuration file).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5de199ecba..bf3c1338b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-14 Florian Weimer <fweimer@redhat.com> + + * nscd/nscd_conf.c (nscd_parse_file): Deallocate old storage for + server_user, stat_user. + 2018-08-13 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel |