Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jul 2026 03:18:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 296410] sprintf/vfprintf not thread safe on AArch64 due to localeconv_l using atomic_store_int, with relaxed semantics
Message-ID:  <bug-296410-13406-i00tTFj13d@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-296410-13406@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296410

--- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Tomas Vondra from comment #2)
I am not sure.
For instance one thread might have noticed the change in the locale and started
the
rebuild, while other did not and load the partially updated data.

Anyway, I think that the change to use the release semantic is fine on its own.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-296410-13406-i00tTFj13d>