mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
42558df7c8
The result of CString::into_raw() is not safe to free
with free() except under finicky and fragile circumstances
that we definitely don't meet right now.
This was missed in be583a34a3
.
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
o Minor bugfixes (rust):
|
|
- Return a string that can be safely freed by C code, not one created by
|
|
the rust allocator, in protover_all_supported(). Fixes bug 27740; bugfix
|
|
on 0.3.3.1-alpha.
|