Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fuzzing] [buyaa-n] Add Base64Url fuzzer #562

Open
MihuBot opened this issue Aug 21, 2024 · 4 comments
Open

[Fuzzing] [buyaa-n] Add Base64Url fuzzer #562

MihuBot opened this issue Aug 21, 2024 · 4 comments

Comments

@MihuBot
Copy link
Owner

MihuBot commented Aug 21, 2024

Job completed in 42 minutes.

// Base64UrlFuzzer
System.Exception: Expected=Done Actual=InvalidData
   at DotnetFuzzing.Assert.<Equal>g__Throw|0_0[T](T expected, T actual) in D:\a\runtime-utils\runtime-utils\Runner\runtime\src\libraries\Fuzzing\DotnetFuzzing\Assert.cs:line 18
   at DotnetFuzzing.Assert.Equal[T](T expected, T actual) in D:\a\runtime-utils\runtime-utils\Runner\runtime\src\libraries\Fuzzing\DotnetFuzzing\Assert.cs:line 14
   at DotnetFuzzing.Fuzzers.Base64UrlFuzzer.FuzzTarget(ReadOnlySpan`1 bytes) in D:\a\runtime-utils\runtime-utils\Runner\runtime\src\libraries\Fuzzing\DotnetFuzzing\Fuzzers\Base64UrlFuzzer.cs:line 109
   at SharpFuzz.Fuzzer.LibFuzzer.Run(ReadOnlySpanAction action, Boolean ignoreExceptions)
==8932== ERROR: libFuzzer: deadly signal
NOTE: libFuzzer has rudimentary signal handlers.
      Combine libFuzzer with AddressSanitizer or similar for better crash reports.
SUMMARY: libFuzzer: deadly signal
MS: 1 CrossOver-; base unit: 122a96fbeb0d3493dcb52f34d0b7bfecbec11036
0x73,0xa,0x45,0x73,0xa,0xa,0x3d,0x3d,
s\012Es\012\012==
artifact_prefix='./'; Test unit written to Base64UrlFuzzer-artifact-2
Base64: cwpFcwoKPT0=

Artifacts:

@MihaZupan
Copy link
Collaborator

fuzz base64url -combineWith 106771 for dotnet/runtime#106509 + dotnet/runtime#106771

@MihuBot
Copy link
Owner Author

MihuBot commented Aug 21, 2024

@MihaZupan

@buyaa-n
Copy link

buyaa-n commented Aug 22, 2024

fuzz base64url -combineWith 106771 for dotnet/runtime#106509 + dotnet/runtime#106771

@MihaZupan
Copy link
Collaborator

The bot only listens to commands in the runtime repo, I just commented that here for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants