mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f303274490
If rep_hist_buffer_stats_write() was called unitinitalized, we'd leak memory.
10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
o Code simplifications and refactoring:
|
|
- Remove some dead code as indicated by coverity.
|
|
- Remove a few dead assignments during router parsing. Found by coverity.
|
|
o Minor bugfixes:
|
|
- Add some forgotten return value checks during unit tests. Found
|
|
by coverity.
|
|
- Don't use 1-bit wide signed bit fields. Found by coverity.
|
|
- Fix a rare memory leak during stats writing. Found by coverity.
|
|
|