]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix unsafe use of dirent::d_name [PR107814]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 22 Nov 2022 19:15:53 +0000 (19:15 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 23 Nov 2022 10:07:51 +0000 (10:07 +0000)
commit1cac00d013856fea4cee0f13c4959c8e21afd2d9
tree58a3d7aa081aeac44b400396f90bfda7159a10c0
parent2650b6f9147c0d855c2763610b8a4bff18f5b5e0
libstdc++: Fix unsafe use of dirent::d_name [PR107814]

Copy the fix for PR 104731 to the equivalent experimental::filesystem
test.

libstdc++-v3/ChangeLog:

PR libstdc++/107814
* testsuite/experimental/filesystem/iterators/error_reporting.cc:
Use a static buffer with space after it.
libstdc++-v3/testsuite/experimental/filesystem/iterators/error_reporting.cc
This page took 0.060617 seconds and 5 git commands to generate.