Files
tor/changes
Nick Mathewson 19e25d5cab Prevention: never die from extend_info_from_node() failure.
Bug 21242 occurred because we asserted that extend_info_from_node()
had succeeded...even though we already had the code to handle such a
failure.  We fixed that in 93b39c5162.

But there were four other cases in our code where we called
extend_info_from_node() and either tor_assert()ed that it returned
non-NULL, or [in one case] silently assumed that it returned
non-NULL. That's not such a great idea.  This patch makes those
cases check for a bug of this kind instead.

Fixes bug 21372; bugfix on 0.2.3.1-alpha when
extend_info_from_node() was introduced.
2017-02-03 10:35:07 -05:00
..
2017-02-03 09:34:10 -05:00
2017-01-24 09:19:44 -05:00
2017-01-25 13:21:44 -05:00
2017-02-03 09:34:10 -05:00
2017-01-31 12:35:44 -05:00
2017-01-25 13:15:37 -05:00
2017-02-03 09:34:10 -05:00
2017-02-03 09:34:10 -05:00
2017-01-30 10:09:47 -05:00
2017-02-03 09:34:10 -05:00
2017-02-03 09:34:10 -05:00
2017-01-24 15:30:35 -05:00
2017-01-25 13:11:57 -05:00
2017-01-31 13:02:49 -05:00