tor/changes/bug29939
Nick Mathewson a7bc47532b test_routerkeys.c: Always check mkdir() return value
After this fix, we have no more unchecked mkdir() calls.

Bug 29939; CID 144254. Bugfix on 0.2.7.2-alpha.
2019-03-28 09:31:13 -04:00

5 lines
214 B
Plaintext

o Minor bugfixes (unit tests):
- In the "routerkeys/*" tests, check the return values of mkdir() for
possible failures. Fixes bug 29939; bugfix on 0.2.7.2-alpha. Found by
Coverity as CID 1444254.