mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
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.