commit | b2fee0406ddf7dfc3a29617ac2eccf20d7ebd03e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 25 10:06:55 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 25 10:10:07 2019 +0200 |
tree | d490bcc03724f0fb106778d0577eb24ab2d4bbde | |
parent | 9b013701f11982b8b644eddb91e5270ed0bb9b51 [diff] |
BUG/MEDIUM: debug: address a possible null pointer dereference in "debug dev stream" As reported in issue #343, there is one case where a NULL stream can still be dereferenced, when getting &s->txn->flags. Let's protect all assignments to stay on the safe side for future additions. No backport is needed.