mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
|
o Minor bugfixes:
|
||
|
- Implement smartlist_add_strdup() function. Replaces the use of
|
||
|
smartlist_add(sl, tor_strdup(str)). Fixes bug 20048.
|
||
|
|