mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-13 18:37:22 -04:00
c872a1d8a5
* gl/lib/mbsalign.c (mbsalign): Ensure the temporary destination buffer is big enough, as it may need to be bigger than the source buffer in the presence of single byte non printable chars. * gl/tests/test-mbsalign.c (main): Add a test to trigger the issue.