-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two problems were fixed: - the terminating null byte of strings was being encoded as well, which changed the size of the char array (and changed the underlying LLVM type, leading to a crash) - non-utf8 strings were being encoded as well, which raised integer overflow errors when encoding them
- Loading branch information
Showing
1 changed file
with
38 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters