Hi,
Jan Stary wrote on Thu, Jan 10, 2019 at 03:15:38PM +0100:
> same for wscanf(3):
Fixed, but in a way similar to wprintf(3).
Yours,
Ingo
$ man wscanf | col -b | grep -A 6 ^CAVEATS
CAVEATS
On systems other than OpenBSD, the LC_NUMERIC locale(1) category can
cause parsing failures, for example because it may cause a different
character to be expected instead of the decimal point. For security
reasons, make sure that portable programs calling these functions never
call setlocale(3) with the LC_ALL or LC_NUMERIC categories but only use
LC_CTYPE.