Files
tor/src
Nick Mathewson 1dab8bae21 smartlist.rs: The libc::c_char type is not the same as i8.
The code had been using c_char and i8 interchangeably, but it turns
out that c_char is only i8 on platforms where "char" is signed. On
other platforms, c_char is u8.

Fixes bug 24794; bug not on any released Tor.
2018-01-04 12:21:55 -05:00
..
2017-04-25 18:02:19 +02:00
2017-12-21 14:22:54 -05:00
2017-04-29 08:55:57 +02:00