Open Issues Need Help
View All on GitHubAI Summary: A memory leak occurs in the `to_string` built-in function when it's called with an argument that is already a string. The function fails to properly release the reference to the string, leading to a leak of 32-75 bytes per occurrence, as detected by Valgrind. This issue is triggered by f-strings that embed string variables.
Complexity:
2/5
bug enhancement good first issue 0.4.0 memory-safety runtime compiler test vm gc breaking
A human-readable programming language with natural syntax, bytecode VM, and automatic memory management. Built in C.
C
Heap Buffer Over-read bug in 'to_string' logic due to unsafe snprintf return value usage 4 months ago
bug good first issue security 0.4.0
A human-readable programming language with natural syntax, bytecode VM, and automatic memory management. Built in C.
C