]> git.ipfire.org Git - thirdparty/tor.git/commit
prop250: Fix format string encoding in log statement
authorDavid Goulet <dgoulet@torproject.org>
Thu, 26 May 2016 16:30:00 +0000 (12:30 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 1 Jul 2016 18:01:42 +0000 (14:01 -0400)
commit09ecbdd8eef02228764018250b00ae8d8b64bb97
tree71554e1d9094b279d0bdef5873c633f9922053f9
parente62f3133bb0404b3c70dd59f37b2706bf75eb800
prop250: Fix format string encoding in log statement

Commit and reveal length macro changed from int to unsigned long int
(size_t) because of the sizeof().

Signed-off-by: David Goulet <dgoulet@torproject.org>
src/or/shared_random.c