Even more diagnostic messages for bug 28223.

Try to figure out _where exactly_ we are first encountering NULs in
microdescriptors, and what we are doing when that happens.
This commit is contained in:
Nick Mathewson
2019-04-03 13:53:06 -04:00
parent 4aa02d3c7a
commit 99b87d7ca4
3 changed files with 41 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (diagnostic):
- Add more diagnostic log messages in an attempt to solve
the issue of NUL bytes appearing in a microdescriptor cache.
Related to ticket 28223.