-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Improve AssemblyNameInfo Fuzzer #107257
Merged
adamsitnik
merged 3 commits into
dotnet:main
from
adamsitnik:extendAssemblyNameInfoFuzzer
Sep 3, 2024
Merged
Improve AssemblyNameInfo Fuzzer #107257
adamsitnik
merged 3 commits into
dotnet:main
from
adamsitnik:extendAssemblyNameInfoFuzzer
Sep 3, 2024
+62
−10
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adamsitnik
added
area-System.Reflection.Metadata
test-enhancement
Improvements of test source code
labels
Sep 2, 2024
@MihuBot fuzz TypeName |
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata |
@MihuBot fuzz AssemblyNameInfo |
3 tasks
buyaa-n
reviewed
Sep 3, 2024
buyaa-n
approved these changes
Sep 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ba-g it's #107285, but for some reason it's not recognized by the build analysis |
radekdoulik
pushed a commit
to radekdoulik/runtime
that referenced
this pull request
Sep 6, 2024
adamsitnik
added a commit
to adamsitnik/runtime
that referenced
this pull request
Sep 9, 2024
4 tasks
carlossanlop
pushed a commit
that referenced
this pull request
Sep 12, 2024
* AssemblyNameInfo fuzzer (#107195) * add initial AssemblyNameInfo Fuzzer * fix the first bug that it has discovered * Fix sbyte overflow in TypeName parsing (#107261) * Add TypeNameFuzzer (#107206) Co-authored-by: Miha Zupan <[email protected]> Co-authored-by: Adam Sitnik <[email protected]> * [TypeName] Nested types should respect MaxNode count (#106334) * Improve AssemblyNameInfo Fuzzer (#107257) --------- Co-authored-by: Buyaa Namnan <[email protected]> Co-authored-by: Miha Zupan <[email protected]>
jtschuster
pushed a commit
to jtschuster/runtime
that referenced
this pull request
Sep 17, 2024
sirntar
pushed a commit
to sirntar/runtime
that referenced
this pull request
Sep 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am going to be honest, I just stole some good ideas from @buyaa-n from #107206