[Git][wine/wine][master] jscript: Fix JSON.stringify for arrays longer than 10.
Alexandre Julliard pushed to branch master at wine / wine Commits: f8f119f5 by Arkadiusz Hiler at 2025-02-06T16:00:51+01:00 jscript: Fix JSON.stringify for arrays longer than 10. We've been passing `ARRAY_SIZE()` (equal to 16 in this case) as a radix to _itow(). This has caused us trying to get "a" instead of "10", etc. which resulted in unexpected nulls being interspersed in long arrays as well as the arrays being cut short. - - - - - 2 changed files: - dlls/jscript/json.c - dlls/jscript/tests/api.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f8f119f565581923e23cb8a18e2ed8a... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)