diff options
author | Sterling Augustine <saugustine@google.com> | 2014-11-25 13:49:28 -0800 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2014-11-25 13:49:28 -0800 |
commit | cc586e77cf2333a78724830720a450705e0a7311 (patch) | |
tree | 6075f0303e2aa4827363073f95429c980c23a041 /README.google | |
parent | c4273619e14873ad7b9b0f41917622dd63ae379d (diff) | |
download | glibc-cc586e77cf2333a78724830720a450705e0a7311.zip glibc-cc586e77cf2333a78724830720a450705e0a7311.tar.gz glibc-cc586e77cf2333a78724830720a450705e0a7311.tar.bz2 |
For b/18473397 and CVE-2014-7817, properly handle the WRDE_NOCMD flag when processing certain arithmetic inputs.
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.google b/README.google index 9bf2fbf..a687933 100644 --- a/README.google +++ b/README.google @@ -401,3 +401,10 @@ elf/dl-load.c To fix AARCH64 build, make code added to dl-load.c in previous CL conditional on SHARED. Disable dlopen_with_offet in fully-static links. (ppluzhnikov, google-local) + +wordexp.c +posix/wordexp-test.c + For b/18473397 and CVE-2014-7817, properly handle the WRDE_NOCMD + flag when processing certain arithmetic inputs. + (backport) + https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=a39208bd7fb76c1b01c127b4c61f9bfd915bfe7c |