-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: b10f5c9d
head repository: dotnet/runtime
compare: 1c4755da
- 13 commits
- 51 files changed
- 10 contributors
Commits on Sep 6, 2024
-
* codeql fix * explicitly null terminating the status
Configuration menu - View commit details
-
Copy full SHA for 1bad124 - Browse repository at this point
Copy the full SHA 1bad124View commit details -
Enable more BinaryFormatter tests (#107408)
* enable the BinaryFormatter tests in System.Runtime.Serialization.Formatters.Tests * add new test project, where the flag is disabled and it runs only 3 tests in total that ensure that * The SerializationGuard is no longer activated since BF was moved to the OOB package, the tests need to reflect that.
Configuration menu - View commit details
-
Copy full SHA for 8685859 - Browse repository at this point
Copy the full SHA 8685859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6a0d4 - Browse repository at this point
Copy the full SHA 1f6a0d4View commit details -
Make ComponentActivator.[LoadAssemblyAnd]GetFunctionPointer set initi…
…alize out pointer to 0 (#107426)
Configuration menu - View commit details
-
Copy full SHA for d4601d3 - Browse repository at this point
Copy the full SHA d4601d3View commit details -
Make Module::LoadAssembly return Assembly instead of DomainAssembly (#…
…107411) - Switch `Module::LoadAssembly` to return `Assembly` instead of `DomainAssembly` - Remove unnecessary parameter on Module::GetAssemblyIfLoaded - Remove `AssemblySpec::LoadDomainAssembly` - make callers use `AssemblySpec::LoadAssembly` instead
Configuration menu - View commit details
-
Copy full SHA for 42f3dce - Browse repository at this point
Copy the full SHA 42f3dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8cbe9 - Browse repository at this point
Copy the full SHA cf8cbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6d100 - Browse repository at this point
Copy the full SHA 5a6d100View commit details -
Remove thread contention from Activity Start/Stop (#107333)
* Remove thread contention from Activity Start/Stop Author: algorithmsarecool <algorithmsarecool@gmail.com> * Fix ref parameters and whitespace Author: algorithmsarecool<algorithmsarecool@gmail.com> * PR feedback. - Reduce duplication - add comments and make code more obvious - Use IndexOf Author: algorithmsarecool <algorithmsarecool@gmail.com> * PR feedback to simplify locking strategy * PR feedback, final nits
Configuration menu - View commit details
-
Copy full SHA for ad430a1 - Browse repository at this point
Copy the full SHA ad430a1View commit details -
Move pinned heap handle table from
BaseDomain
toAppDomain
and ma……ke callers go through the `AppDomain` (#107420) - Move the pinned heap handle table to `AppDomain` - This does make the current use in the `GlobalLoaderAllocator` (went through `SystemDomain`) and in EnC adding a static field (went through `AppDomain`) use the same table. They have the same lifetime. - Move `GetLoaderAllocator` (it already always returns the global one), `IsStringInterned`, `GetOrInternString` functions from `BaseDomain` to `AppDomain`
Configuration menu - View commit details
-
Copy full SHA for 6092b21 - Browse repository at this point
Copy the full SHA 6092b21View commit details -
Fix swizzle_mask type (#107460)
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Configuration menu - View commit details
-
Copy full SHA for dc5dbab - Browse repository at this point
Copy the full SHA dc5dbabView commit details -
[NRBF] Fix bugs discovered by the fuzzer (#107368)
* bug #1: don't allow for values out of the SerializationRecordType enum range * bug #2: throw SerializationException rather than KeyNotFoundException when the referenced record is missing or it points to a record of different type * bug #3: throw SerializationException rather than FormatException when it's being thrown by BinaryReader (or sth else that we use) * bug #4: document the fact that IOException can be thrown * bug #5: throw SerializationException rather than OverflowException when parsing the decimal fails * bug #6: 0 and 17 are illegal values for PrimitiveType enum * bug #7: throw SerializationException when a surrogate character is read (so far an ArgumentException was thrown)
Configuration menu - View commit details
-
Copy full SHA for e79426e - Browse repository at this point
Copy the full SHA e79426eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ecd63 - Browse repository at this point
Copy the full SHA d1ecd63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4755d - Browse repository at this point
Copy the full SHA 1c4755dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b10f5c9d...1c4755da