This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 752b10d3db7 Daily bump. new 01af17ba2b0 libstdc++: fix buffer overflow in path::operator+= (PR92853)
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: libstdc++-v3/ChangeLog | 12 +++++++ libstdc++-v3/src/c++17/fs_path.cc | 11 +----- .../{generation/normal2.cc => concat/92853.cc} | 40 +++++++++++++--------- .../testsuite/27_io/filesystem/path/concat/path.cc | 20 +++++++++++ .../27_io/filesystem/path/concat/strings.cc | 19 ++++++++++ 5 files changed, 76 insertions(+), 26 deletions(-) copy libstdc++-v3/testsuite/27_io/filesystem/path/{generation/normal2.cc => concat [...]