You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already overflow protection for multibulk `elements` but the
new RESP3 `MAP` and `ATTR` types subsequently double the count.
This meant that a malicious or erroneous count of `LLONG_MAX / 2 + 1`
would end up overflowing when maxelements = 0.
Signed-off-by: michael-grunder <michael.grunder@gmail.com>
0 commit comments