Files
tor/src/rust
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-11-01 13:45:15 -04:00
2017-11-05 13:58:51 -05:00
2017-05-19 08:47:11 -04:00
2017-10-27 12:19:31 -04:00