v0.1.2: Bugfixes and internal cleanups.
Closed issues:
- #345 Array out of bounds read in "save" function
- #342 Wrap all libsodium functions we use in toxcore in
crypto_core
. - #278 ToxAV use-after-free bug
Merged PRs:
- #355 Release v0.1.2
- #353 Fix toxav use after free caused by premature MSI destruction
- #346 Avoid array out of bounds read in friend saving.
- #344 Remove unused get/set salt/key functions from toxencryptsave.
- #343 Wrap all sodium/nacl functions in crypto_core.c.
- #341 Add test to check if tox_new/tox_kill leaks.
- #336 Correct TES docs to reflect how many bytes functions actually require.
- #333 Use
tox_options_set_*
instead of direct member access.