Files
Nim/tests/objects
ringabout 9bb7e53e7f fixes #22153; UB calling allocCStringArray([""]) with --mm:refc (#24529)
fixes #22153

It's a problem for refc because you cannot index a nil string: i.e.
`[""]` is `{((NimStringDesc*) NIM_NIL)}` which cannot be indexed
2024-12-11 21:02:24 +01:00
..
2022-09-23 13:05:05 +02:00
2022-09-23 13:05:05 +02:00
2019-05-29 22:21:51 +02:00