]> git.ipfire.org Git - thirdparty/tor.git/commit
Improve comments and defensive programming for 3045
authorNick Mathewson <nickm@torproject.org>
Mon, 30 May 2011 19:15:10 +0000 (15:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 30 May 2011 19:15:10 +0000 (15:15 -0400)
commit3c0d944b076aa552216ca598a6cdc50e77ad1a58
treec004763cbfb669a6ef2d80c855e2ea930926a1ee
parentb6eee716a88cba0d0ae4be4e542f61b2d300ecec
Improve comments and defensive programming for 3045

The comment fixes are trivial.  The defensive programming trick is to
tolerate receiving NULL inputs on the describe functions. That should
never actually happen, but it seems like the likeliest mistake for us
to make in the future.
src/or/router.c
src/or/router.h