[Bug libstdc++/90612] std::filesystem::path crash

terra at gnome dot org gcc-bugzilla@gcc.gnu.org
Fri May 24 12:55:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90612

--- Comment #1 from M Welinder <terra at gnome dot org> ---
fs_path.cc line 281 reads...

std::uninitialized_copy (to + oldsize, new_size - oldsize,
                         from + oldsize);

1st and 3rd arguments are swapped.


More information about the Gcc-bugs mailing list