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.

Reply via email to