]> git.ipfire.org Git - thirdparty/tor.git/commit
Expose format_hex_number_..., and rename it to ..._sigsafe().
authorNick Mathewson <nickm@torproject.org>
Mon, 15 Jul 2013 16:26:55 +0000 (12:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 Jul 2013 16:26:55 +0000 (12:26 -0400)
commit22977b7c1dd6b693237fb3fed1cd6f88ec71cb21
tree1e0432725155ce4f4e11823d0265cecc79a03226
parent449b2b7c58e5dd5b33941a5142524a66c64c98ec
Expose format_hex_number_..., and rename it to ..._sigsafe().

There are some other places in the code that will want a signal-safe
way to format numbers, so it shouldn't be static to util.c.
src/common/util.c
src/common/util.h
src/test/test_util.c