-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Text.Jsonin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
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 input
Metadata
Metadata
Assignees
Labels
area-System.Text.Jsonin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged