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
Doing something like (new HPack)->decode("\xff", 8192) results in an "Uninitialized string offset" warning, as decodeDynamicInteger() performs unchecked indexing.
I would expect this to yield a decoding error (null return value) instead.
The text was updated successfully, but these errors were encountered:
Doing something like
(new HPack)->decode("\xff", 8192)
results in an "Uninitialized string offset" warning, asdecodeDynamicInteger()
performs unchecked indexing.I would expect this to yield a decoding error (null return value) instead.
The text was updated successfully, but these errors were encountered: