commit 50fb8301c15eb291b23d9b82dba00d285cedbb37 parent 057d838409be7d908ce14979a2b486601fad8c08 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 20 Jun 2018 15:11:57 -0400 Changes file for logging circularity fixes. Diffstat:
| A | changes/ticket26427 | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/changes/ticket26427 b/changes/ticket26427 @@ -0,0 +1,6 @@ + o Minor features (code layout): + - Make a new lowest-level error-handling API for use by code invoked + from within the logging module. This interface it makes it so + the logging code is no longer at risk of calling into itself if + a failure occurs while trying to log something. + Closes ticket 26427.