mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
There was a bug about stringcat-ing of empty list, where it would be filled by garbage. It seems to happen becase stringBuf.contents are used without proper check of length of the buffer. We defend from that my initializing buffer by zeros (end of string) Signed-off-by: kakadu <kakadu@pm.me> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| gc_runtime.s | ||
| Makefile | ||
| runtime.c | ||
| runtime.h | ||
| Std.i | ||