summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-10-17 08:52:33 +0200
committerLinus Nordberg <linus@nordu.net>2017-08-02 13:09:43 +0200
commit32d58a5276927892c16f17b3f5676fa0a067c19a (patch)
tree01ff59959dda74195e96aa4d36b97ecd558324cf /ChangeLog
parent950306fca00af2ea68f21e7873a227694559cb95 (diff)
Don't follow the NULL pointer, not even in debug printouts.
Bug reported by Leonhard Knauff. Closes RADSECPROXY-68.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10b294c..e3873f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
- Use a listen(2) backlog of 128 (RADSECPROXY-72).
Bug fixes:
+ - Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
- Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50).
- Tie Access-Request log lines to response log lines (RADSECPROXY-60).
- Fix a couple of memory leaks and NULL ptr derefs in error cases.