commit | 4a6170cce11193f128c041b2a52d1407879ea5bd | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Mon Mar 09 17:07:10 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 18:46:48 2015 +0100 |
tree | e32231006ae91664f2aea055d79242387bda19c0 | |
parent | d2b597aa10abdff5ec3b58bffe87fb99a9423776 [diff] |
BUG/MINOR: lua: check buffers before initializing socket When a socket is initilized in the body context, a segfaut is generated because the memory pools are not initilized. This atch check if these memory pool are initialized.