fix invalid read on corrupt ziplist (#9831)
If the last bytes in ziplist are corrupt and we decode from tail to head, we may reach slightly outside the ziplist.
Please register or sign in to comment
If the last bytes in ziplist are corrupt and we decode from tail to head, we may reach slightly outside the ziplist.