Streams: fix xreadGetKeys() buffer overflow.
The loop allocated a buffer for the right number of keys positions, then overflowed it going past the limit. Related to #4857 and cause of the memory violation seen in #5028.
Please register or sign in to comment