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
(note: no reproduction yet via oss-fuzz, but expecting one)
Similar to #260, lazy allocation is also needed for 7-bit escaped case, to avoid potential for small payload being used to add big memory allocation on server side (possibly leading to OOME, but even if not, unreasonably high memory usage), possibly as part of DoS attack.
The text was updated successfully, but these errors were encountered:
(note: no reproduction yet via oss-fuzz, but expecting one)
Similar to #260, lazy allocation is also needed for 7-bit escaped case, to avoid potential for small payload being used to add big memory allocation on server side (possibly leading to OOME, but even if not, unreasonably high memory usage), possibly as part of DoS attack.
The text was updated successfully, but these errors were encountered: