Files
redis/tests/unit
debing.sun 5f83972188 Fix XACKDEL stack overflow when IDs exceed STREAMID_STATIC_VECTOR_LEN (CVE-2025-62507)
This issue was introduced by redis/redis#14130.
The problem is that when the number of IDs exceeds STREAMID_STATIC_VECTOR_LEN (8), the code forgot to reallocate memory for the IDs array, which causes a stack overflow.
2025-11-02 09:57:01 +02:00
..
2025-05-28 08:02:10 +03:00
2025-07-18 18:24:28 +08:00
2025-03-20 10:35:53 +08:00
2024-12-23 14:16:40 +08:00