F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.87k stars 899 forks source link

[Security] Buffer overflow in freebsd/contrib/openzfs/module/lua/ldo.c #786

Open the-Chain-Warden-thresh opened 1 year ago

the-Chain-Warden-thresh commented 1 year ago

int luaD_precall (lua_State *L, StkId func, int nresults) in freebsd/contrib/openzfs/module/lua/ldo.c seems that do not apply a CVE patch for CVE-2014-5461, which may cause buffer overflow and then result in a denial of service. Would you please fix this so that I can use this repo safer?