diff options
author | Brooks Moses <bmoses@google.com> | 2015-08-18 18:07:15 -0700 |
---|---|---|
committer | Brooks Moses <bmoses@google.com> | 2015-08-18 18:07:15 -0700 |
commit | 5ccef4d19729d502c7e796b8ff382663be601d5e (patch) | |
tree | 35f1ed490e08269bb1807c382162d86cc5af0224 | |
parent | 4be23b848411e7d9f6dc8b15e677594f9ffa24f5 (diff) | |
download | glibc-5ccef4d19729d502c7e796b8ff382663be601d5e.zip glibc-5ccef4d19729d502c7e796b8ff382663be601d5e.tar.gz glibc-5ccef4d19729d502c7e796b8ff382663be601d5e.tar.bz2 |
Add README.google description omitted from cl/100732637.
-rw-r--r-- | README.google | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.google b/README.google index 01359a0..804f7d7 100644 --- a/README.google +++ b/README.google @@ -462,6 +462,12 @@ nptl/tst-tls77mod.c https://sourceware.org/git/?p=glibc.git&a=commit&h=f8aeae347377f3dfa8cbadde057adf1827fb1d44 fixes this problem in a different way, so this patch is not needed upstream. +elf/link.h +socket/sys/un.h + Correct locations of __BEGIN_DECLS and #includes, as neeeded for C++ + module compatibility. + (chandlerc, google-local) + resolv/nss_dns/dns-host.c For b/21023324, backport buffer overflow in getanswer_r (PR18287, CVE-2015-1781) https://sourceware.org/git/?p=glibc.git;a=commit;h=2959eda9272a03386 |