mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
huge warning sign for esc_router_info()
svn:r6124
This commit is contained in:
parent
a7768d77fe
commit
c8e2a051ac
@ -3792,6 +3792,14 @@ routerlist_assert_ok(routerlist_t *rl)
|
||||
}
|
||||
}
|
||||
|
||||
/** Allocate and return a new string representing the contact info
|
||||
* and platform string for <b>router</b>,
|
||||
* surrounded by quotes and using standard C escapes.
|
||||
*
|
||||
* THIS FUNCTION IS NOT REENTRANT. Don't call it from outside the main
|
||||
* thread. Also, each call invalidates the last-returned value, so don't
|
||||
* try log_warn(LD_GENERAL, "%s %s", esc_router_info(a), esc_router_info(b));
|
||||
*/
|
||||
const char *
|
||||
esc_router_info(routerinfo_t *router)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user