Forked from
Glasgow Haskell Compiler / GHC
5702 commits behind, 426 commits ahead of the upstream repository.

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).