mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Add smartlist_add_strdup(sl, string) - replaces the use of smartlist_add(sl, tor_strdup(string)). Fixes bug 20048.
4 lines
150 B
Text
4 lines
150 B
Text
o Minor bugfixes:
|
|
- Implement smartlist_add_strdup() function. Replaces the use of
|
|
smartlist_add(sl, tor_strdup(str)). Fixes bug 20048.
|
|
|