Vixen
caa30e12
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 (5)

  • 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.

  • RanAway

    The case was still running when the guard gave up on it.

Used by (5)

  • CaseGuardVixen.Fuzz
  • CaseGuardTestsVixen.Fuzz.Tests
  • FindingDedupTestsVixen.Fuzz.Tests
  • FuzzFindingVixen.Fuzz
  • FuzzSessionVixen.Fuzz