mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a7bc47532b
After this fix, we have no more unchecked mkdir() calls. Bug 29939; CID 144254. Bugfix on 0.2.7.2-alpha.
5 lines
214 B
Plaintext
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.
|