Files
redis/tests/unit/moduleapi
h.o.t. neglected 3fa7a656f1 Fix memory leak in RM_GetCommandKeysWithFlags (#14243)
Fix https://github.com/redis/redis/issues/14208
As mentioned in the above issue, RM_GetCommandKeysWithFlags could have
memory leak when the number of keys is larger than MAX_KEYS_BUFFER. This
PR fixes it by calling getKeysFreeResult before the function's return. A
TCL testcase is created to verify the fix.
2025-08-06 15:09:08 +08:00
..
2024-12-23 14:16:40 +08:00
2022-08-23 12:37:56 +03:00
2025-03-20 10:35:53 +08:00
2025-02-06 13:16:33 +02:00