diff options
author | Linus Nordberg <linus@nordu.net> | 2016-10-17 08:52:33 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-08-02 13:09:43 +0200 |
commit | 32d58a5276927892c16f17b3f5676fa0a067c19a (patch) | |
tree | 01ff59959dda74195e96aa4d36b97ecd558324cf /ChangeLog | |
parent | 950306fca00af2ea68f21e7873a227694559cb95 (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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |