]> 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>
Thu, 22 Dec 2022 11:45:29 +0000 (11:45 +0000)
commitd176d5b3e734cac0ab1e613c3f1bbe48c0bab81a
tree65dc1a99da9ee6d9ead8a5e274536ab03ae34e72
parentc4de50835f731b301bd8161be5318de701f2864a
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.

(cherry picked from commit 1cac00d013856fea4cee0f13c4959c8e21afd2d9)
libstdc++-v3/testsuite/experimental/filesystem/iterators/error_reporting.cc
This page took 0.053232 seconds and 5 git commands to generate.