An error occurred while fetching folder content.
Name | Last commit | Last update |
---|
Make sure we null-terminate encrypted strings before passing them to UTF8ToString. This used to work when we allocated the buffer on the stack, because it turns out that allocate() zeroinits the returned memory. malloc(), of course, does not.
Name | Last commit | Last update |
---|---|---|