tor/src/rust/smartlist
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
..
Cargo.toml rust implementation of protover 2017-10-27 10:02:08 -04:00
lib.rs Add missing copyright/license statements on all .rs files 2017-10-27 10:02:08 -04:00
smartlist.rs smartlist.rs: The libc::c_char type is not the same as i8. 2018-01-04 12:21:55 -05:00