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
System.NotSupportedException: Memory stream is not expandable.
at System.IO.MemoryStream.set_Capacity(Int32 value)
at System.IO.MemoryStream.EnsureCapacity(Int32 value)
at System.IO.MemoryStream.Write(ReadOnlySpan`1 buffer)
at System.Text.Json.Utf8JsonWriter.Flush()
at System.Text.Json.Utf8JsonWriter.Dispose()
at DotnetFuzzing.Fuzzers.Utf8JsonWriterFuzzer.FuzzTarget(ReadOnlySpan`1 bytes) in Utf8JsonWriterFuzzer.cs:line 145
From #111332, cc: @PranavSenthilnathan
Example input (hex):
00000000000000002000
-- so just the fuzzer options, empty inputThe text was updated successfully, but these errors were encountered: