Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CoreCLR runtime in the presence of 1-file composite images (#50188)
I hit this while creating a regression test for the issue #49982. In the initial composite R2R design I proposed slightly different organization of the header tables when the composite image only comprises a single file; later on I removed this special casing as it was confusing and making the format more complicated but apparently I forgot to fix this runtime bit. When there's a composite image with only one component in it, we weren't properly initializing the component header table and so we were unable to resolve any R2R methods for the composite image. Thanks Tomas
- Loading branch information