openresty / lua-resty-balancer

A generic consistent hash implementation for OpenResty/Lua
322 stars 77 forks source link

bugfix: out-of-bounds memory writing may happen in chash_point_sort. #41

Closed doujiang24 closed 2 years ago

doujiang24 commented 2 years ago

Also enabled valgrind check mode in CI.

original reported from https://github.com/kubernetes/ingress-nginx/issues/6896

doujiang24 commented 2 years ago

already merged, closing.