openresty / meta-lua-nginx-module

Meta Lua Nginx Module supporting both Http Lua Module and Stream Lua Module
66 stars 20 forks source link

bugfix: sync stream-lua-nginx-module with three bugs. #86

Closed zhuizhuhaomeng closed 3 years ago

zhuizhuhaomeng commented 3 years ago
bugfix:  wrong source address for the replying packet when received udp packet via req.socket  on se
condary address.

bugfix: fix possible null pointer dereference found by Coverity.

change: changed from graceful shutdown to abort when lua_resume return LUA_ERRMEM.