Type bug in shared_random_state -- make sure Version is int.
commit49d2346b805b09fde656d05a6bbf1c632a8eb903
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Sep 2017 15:52:57 +0000 (25 11:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 26 Sep 2017 16:25:34 +0000 (26 12:25 -0400)
tree3883926dc912c57ab0b55727924dc3343012267e
parenta5b18dfba9752d9785172dc814802c482cc77f0e
Type bug in shared_random_state -- make sure Version is int.

The confparse field has type UINT, which corresponds to an int
type.  We had uint32_t.

This shouldn't cause trouble in practice, since int happens to
4-bytes wide on every platform where an authority is running.  It's
still wrong, though.
src/or/shared_random_state.h