Vixen
02b45cc4
csharp
public enum FuzzFailure

Which promise an input broke.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Threw

    An exception escaped the decoder.

  • Allocated

    The decode allocated far more than the input could justify.

  • TookTooLong

    The decode took long enough to be a weapon.

  • Retained

    The decoder can be talked into holding more and more, and never letting go.

Used by (2)

  • FuzzFindingVixen.Net.Fuzz
  • FuzzSessionVixen.Net.Fuzz