This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9c8e644 alpha: Use saturating arithmetic in memchr
new 8b9e9c3 tunables: Fix environment variable processing for setuid bina [...]
new ed8d5ff Drop GLIBC_TUNABLES for setxid programs when tunables is disa [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 30 ++++
elf/Makefile | 6 +-
elf/dl-tunable-types.h | 15 ++
elf/dl-tunables.c | 119 +++++++++++---
elf/dl-tunables.h | 15 +-
elf/dl-tunables.list | 16 +-
elf/tst-env-setuid-tunables.c | 69 ++++++++
stdlib/tst-secure-getenv.c => elf/tst-env-setuid.c | 176 +++++++++++++--------
scripts/gen-tunables.awk | 8 +-
sysdeps/generic/unsecvars.h | 7 +
10 files changed, 358 insertions(+), 103 deletions(-)
create mode 100644 elf/tst-env-setuid-tunables.c
copy stdlib/tst-secure-getenv.c => elf/tst-env-setuid.c (64%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a28863a PR target/79197 * config/rs6000/rs6000.md (*fixuns_trunc<mo [...]
new 0ca91ef * c-c++-common/asan/pr63316.c: Use dg-skip-if instead of dg- [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/c-c++-common/asan/misalign-1.c | 2 +-
gcc/testsuite/c-c++-common/asan/misalign-2.c | 2 +-
gcc/testsuite/c-c++-common/asan/pr63316.c | 2 +-
gcc/testsuite/g++.dg/asan/pr69276.C | 2 +-
gcc/testsuite/gcc.dg/asan/pr66314.c | 3 ++-
gcc/testsuite/gcc.dg/asan/use-after-scope-10.c | 3 ++-
gcc/testsuite/gcc.dg/asan/use-after-scope-3.c | 2 +-
gcc/testsuite/gcc.dg/asan/use-after-scope-9.c | 3 ++-
9 files changed, 22 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d42f2c9 2017-02-02 Richard Biener <rguenther(a)suse.de>
new a28863a PR target/79197 * config/rs6000/rs6000.md (*fixuns_trunc<mo [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 7 +++++++
gcc/config/rs6000/rs6000.md | 11 ++---------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.c-torture/compile/pr79197.c | 10 ++++++++++
gcc/testsuite/gcc.target/powerpc/pr79197.c | 11 +++++++++++
5 files changed, 36 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr79197.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79197.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 502509d [X86] Remove some unused DAGCombinerInfo parameters. NFC
new 69ad39a DIBuilder.h: Fix a typo. [-Wdocumentation]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/DIBuilder.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7a8eb31 Remove unused file_string parameter in gdb_disassembly
new fd121c5 [ld, testsuite] Restrict dl1*main and dl6*main tests on platf [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ld/ChangeLog | 9 +++++
ld/testsuite/ld-elf/shared.exp | 89 ++++++++++++++++++++++++------------------
ld/testsuite/lib/ld-lib.exp | 35 +++++++++++++++++
3 files changed, 94 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 29a5dfb S/390: Rename __S390_VX__ to __VX__.
new 82c53ea /cp 2017-02-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 4ecaaab 2017-02-02 Richard Biener <rguenther(a)suse.de>
new d42f2c9 2017-02-02 Richard Biener <rguenther(a)suse.de>
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/ChangeLog | 13 +++++++++++++
gcc/cp/cp-gimplify.c | 14 +++++---------
gcc/cp/decl2.c | 7 +++++--
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr69637-1.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr69637-2.C | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c | 5 +++--
7 files changed, 50 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr69637-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr69637-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from caac6f6 [analyzer] Fix an assertion fail in CStringSyntaxChecker.
new 3e335ee clang-format: Do not use two-argument/operand special case wi [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Format/ContinuationIndenter.cpp | 2 +-
unittests/Format/FormatTest.cpp | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e9f29c3 Fix typo. NFC
new caac6f6 [analyzer] Fix an assertion fail in CStringSyntaxChecker.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Checkers/CStringSyntaxChecker.cpp | 32 ++++++++++------------
test/Analysis/cstring-syntax.c | 2 ++
2 files changed, 17 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 349be9a Daily bump.
new 29a5dfb S/390: Rename __S390_VX__ to __VX__.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/config/s390/s390-c.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/s390/s390.exp | 2 +-
4 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77d2e86 [opt-viewer] HTML-escape function names
new a0d05ab [X86] Move some INSERT_SUBVECTOR optimizations from legalize [...]
new 502509d [X86] Remove some unused DAGCombinerInfo parameters. NFC
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 138 +++++++++++++++++++++----------------
1 file changed, 78 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.