-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Merging internal commits for release/7.0 #87494
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
Merging internal commits for release/7.0 #87494
Conversation
…pes that implements INullable
…ypes that implements INullable CVE-2023-24936: Check type is allowed when deserializing instance types that implements INullable
…LibraryImportGenerator Adds a "paramName_lastIndexMarshalled" variable to generated code that tracks the index of the last element in a collection that was marshalled. Then in the cleanup stage, we only clean up to that index. This works for single dimensional arrays of non-blittable elements. For multidimensional arrays, this will fully initialize higher order arrays to simplify the generated logic. It is possible to avoid this and can be considered in a future PR, if we observe users of multi-dimensional arrays observing performance issues.
… and enable delay load of version.dll `coreclr` delay loads `version.dll` and adds a hook such that it loads from the system directory. In single-file, we lost this behaviour since it uses static library version of `coreclr`. This adds the same mechanism to single-file.
…e loading Block password-less PKCS12 blobs on X509 certificate loadings/imports and Prevet AIA fetching of non-cert types.
Merge from public release/7.0 to internal/release/7.0 and resolve conflicts if necessary
…-merge-7.0-2023-06-13-1018
|
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones Issue Detailsnull
|
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.
Reminder to self: Need to reset the OOB packages that came from internal. Will do this in a separate PR that needs to be merged on code complete day next month.
|
The failure message is unrelated and expected: It will go away as soon as the new Microsoft.DiaSymReader.Native version is pushed to nuget. |
No description provided.