diff options
author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-04-15 01:05:49 +0530 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-22 20:48:48 -0400 |
commit | 72bfcb37f13a22780a0a771f17d3b5953703c815 (patch) | |
tree | 687f4e4bb37b700cfa22757aa9407f63b468e3ac /ChangeLog | |
parent | 48092540d09d87d6385b227fe255921285371838 (diff) | |
download | tor-72bfcb37f13a22780a0a771f17d3b5953703c815.tar.gz tor-72bfcb37f13a22780a0a771f17d3b5953703c815.zip |
add changes file and update check-typos in makefile
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -875,7 +875,7 @@ Changes in version 0.3.3.2-alpha - 2018-02-10 would call the Rust implementation of protover_get_supported_protocols(). This was due to the C version returning a static string, whereas the Rust version newly allocated - a CString to pass accross the FFI boundary. Consequently, the C + a CString to pass across the FFI boundary. Consequently, the C code was not expecting to need to free() what it was given. Fixes bug 25127; bugfix on 0.3.2.1-alpha. |