Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> remove javaCStringToUtf8
|
|
|
|
|
|
|
|
|
|
-> Always use javaCStringToUtf8 to convert byte array to String
|
|
->fix the NULL and 0 pointer comparisons mixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do npm install before running the js tests
|
|
|
|
|
|
|
|
OLMKit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add some tests for the Javascript wrappers
|
|
|
|
|
|
|
|
|
|
These would have helped avoid the recent FRV.
|
|
Avoid buffer overrun on encryption
|
|
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.
|