Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Free the passed in lua context instead of the global (#1536)
The fix that Redis gave us for the CVE-2024-46981 was freeing lctx.lua, and I didn't merge it correctly. We made some changes so that we are able to async free the lua context, so we need to free the passed in context. This was applied correctly on the two released versions (8.0 and 7.2) just not on unstable. Signed-off-by: Madelyn Olson <[email protected]>
- Loading branch information