mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
6 lines
278 B
Text
6 lines
278 B
Text
|
o Minor features:
|
||
|
- Always check return values for unlink, munmap, UnmapViewOfFile;
|
||
|
check strftime return values more often. In some cases all we
|
||
|
can do is report a warning, but this may help prevent deeper
|
||
|
bugs from going unnoticed. Closes ticket 8787.
|