Futz with the clang patch a bit and tidy some geoip.c stuff
[tor.git] / changes / bug2331
blob9940b591cb0559cada3baeef290eaa0ddc268127
1   o Minor bugfixes:
2     - Add assertions to check for overflow in arguments to
3       base32_encode and base32_decode; fix a signed-unsigned
4       comparison there too.  These bugs are not actually reachable in
5       Tor, but it's good to prevent future errors too.  Found by
6       doorss.