commit | 0a97620c080232a21ad7fce2c859a2edc9d7147e | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <thierry.fournier@ozon.io> | Wed Jul 12 11:18:00 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 18 06:41:19 2017 +0200 |
tree | cd593f7a4ee3e6bab83a78b4b21e20266f870fc8 | |
parent | be7b1ce4c1580a897d979a59c2d489f66dc151b0 [diff] |
BUG/MINOR: lua: In error case, the safe mode is not removed Just forgot of reset the safe mode. This have not consequences the safe mode just set a pointer on fucntion which is called only and initialises a longjmp. Out of lua execution, this longjmp is never executed and the function is never called. This patch should be backported in 1.6 and 1.7