You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: thread-safety issue in locale decimal separator initialization
- Change get_decimal_separator() to accept &Locale instead of Locale
- Eliminates problematic .clone() that caused stale thread stack memory
- Fixes valgrind failures in tests/sort/sort-stale-thread-mem test
- More efficient (avoids unnecessary clone operation)
0 commit comments