diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-19 22:32:12 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-19 22:32:12 +0200 |
commit | 81b82fb966ffbd94353f793ad17116c6088dedd9 (patch) | |
tree | 88a139b5d4b38ee8afe7a5b500c378f43fd15322 /ChangeLog | |
parent | 6d0ba622891bed9d8394eef1935add53003b12e8 (diff) | |
download | glibc-81b82fb966ffbd94353f793ad17116c6088dedd9.zip glibc-81b82fb966ffbd94353f793ad17116c6088dedd9.tar.gz glibc-81b82fb966ffbd94353f793ad17116c6088dedd9.tar.bz2 |
ld.so: Reject overly long LD_AUDIT path elements
Also only process the last LD_AUDIT entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2017-06-19 Florian Weimer <fweimer@redhat.com> + * elf/rtld.c (audit_list_string): New variable. + (audit_list): Update comment. + (struct audit_list_iter): Define. + (audit_list_iter_init, audit_list_iter_next): New function. + (dl_main): Use struct audit_list_iter to process audit modules. + (process_dl_audit): Call dso_name_valid_for_suid. + (process_envvars): Set audit_list_string instead of calling + process_dl_audit. + +2017-06-19 Florian Weimer <fweimer@redhat.com> + * elf/rtld.c (SECURE_NAME_LIMIT, SECURE_PATH_LIMIT): Define. (dso_name_valid_for_suid): New function. (handle_ld_preload): Likewise. |