strconv: string interpolation with '${f:54.40f}'
leads to a MemorySanitizer: use-of-uninitialized-value
error
#23359
Labels
Bug
This tag is applied to issues which reports bugs.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
strconv module
Unit: Memory Management
Bugs/feature requests, that are related to the memory management of the compiler.
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg -keepc -cg -keepc -gc none -cc clang-18 -cflags -fsanitize=memory x_test.v && x_test
What did you see?
What did you expect to see?
A test program that runs without errors.
With -g, the stack trace becomes:
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21790
The text was updated successfully, but these errors were encountered: