[Bug 272758] c16rtomb and c32rtomb wrong return value (at least on aarch64)
Date: Thu, 27 Jul 2023 16:47:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272758 John F. Carr <jfc@mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfc@mit.edu --- Comment #1 from John F. Carr <jfc@mit.edu> --- Clearing the mbstate_t argument before calling c16rtomb causes the test to pass. memset(&ps, 0, sizeof ps); -- You are receiving this mail because: You are the assignee for the bug.