]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix a few coverity "Use after NULL check" warnings
authorNick Mathewson <nickm@torproject.org>
Mon, 16 Feb 2015 20:40:15 +0000 (15:40 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 16 Feb 2015 20:40:15 +0000 (15:40 -0500)
commit5d2a23397a3775eecb35bea23edffbef40b6cd94
tree6680efe61ba7e04c346bf7f0c9238d82d17331a7
parent7117959199a230cc7f1684794b8b13235b5f2715
Fix a few coverity "Use after NULL check" warnings

Also remove the unit test mocks that allowed get_options() to be
NULL; that's an invariant violation for get_options().
src/common/workqueue.c
src/or/cpuworker.c
src/or/status.c
src/test/test_status.c