summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-28 12:24:26 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-28 12:36:44 -0400
commit5fa2b322005d1860d39e420cb6d3ed25f5073389 (patch)
tree9cec0c17c2becd3cabbb3331052d81c9d4ba0e5d /.travis.yml
parent68792f77e51f84d0fb6758ef9491a70570ac9a53 (diff)
downloadtor-5fa2b322005d1860d39e420cb6d3ed25f5073389.tar.gz
tor-5fa2b322005d1860d39e420cb6d3ed25f5073389.zip
Coverity: fix test issues with always-present 'service' var.
Coverity is worried that we check "service" at the end of these test functions, since it doesn't see any way to reach the cleanup code without having first dereferenced the variable. Removing the check would be unwise in this case: instead we add a tt_assert check before using "service" so that coverity thinks that the check is doing something useful. Bugfix on 0.3.2.1-alpha.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions