Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5702 commits behind, 426 commits ahead of the upstream repository.
Sylvain Henry's avatar
Sylvain Henry authored
strlen returns the length of the string without the \0 terminating byte,
hence CString weren't properly allocated on the heap (ending \0 byte was
missing).
877ce54e
History