mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
b2e3b34ce0
`strings.to_cstring` previously would not check if the buffer could handle the extra null byte and could lead to segmentation violations when using the resulting string in an API expecting the terminator.