diff options
author | Fabian Mauchle <fabian.mauchle@switch.ch> | 2017-02-27 17:40:24 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-10 14:27:49 +0100 |
commit | 3d9be8431e7644e440c58b7132563db0ace0267b (patch) | |
tree | 93c9e7d6453265bd7924aee897b5e2c1a08145ef /ChangeLog | |
parent | f3619bf65967255e1009fec42b28007b49e0f4e4 (diff) |
make sure rq->to is set to NULL when cleaning up server output queue
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Changes between 1.6.8 and the master branch - Make clang less unhappy. - Don't use a smaller pthread stack size than what's allowed. - Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68). + - Avoid a deadlock situation with dynamic servers (RADSECPROXY-73). 2016-09-21 1.6.8 Bug fixes: |