commit | 08ef3d055d7e67ec08660bb3da2487326f02d704 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 06 10:50:55 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 10:54:36 2015 +0200 |
tree | bd3ffe0d9220a2fed251edf0c7144cf0fc38fb38 | |
parent | 482564f309b932278f650a52bf14c44ed12a45e0 [diff] |
BUG/MAJOR: lua: use correct object size when initializing a new converter In hlua_converters_new(), we used to allocate the size of an hlua_txn instead of hlua_smp, resulting in random crashes with one integer being randomly overwritten at the end, even when no converter is being used.