Skip to content

Fix DAC verify signature issue #5470

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mikem8361
Copy link
Member

Running clrstack a second time after a verify DAC failure succeeds.

Runtime.GetDacFilePath wasn't caching the verifySignature parameter so the DAC wasn't being verified once the dac path was cached.

Verify the DAC path passed to the DBI entry points for the clrstack -i path in RuntimeWrapper.CreateCorDebugProcess.

Display the ISettingsService values in both runtimes and sosstatus.

Running `clrstack` a second time after a verify DAC failure succeeds.

Runtime.GetDacFilePath wasn't caching the verifySignature parameter so the DAC wasn't being verified once the dac path was cached.

Verify the DAC path passed to the DBI entry points for the `clrstack -i` path in RuntimeWrapper.CreateCorDebugProcess.

Display the ISettingsService values in both `runtimes` and `sosstatus`.
@mikem8361 mikem8361 self-assigned this Apr 29, 2025
@mikem8361 mikem8361 requested a review from a team as a code owner April 29, 2025 01:38
@mikem8361 mikem8361 requested a review from hoyosjs April 29, 2025 01:38
@mikem8361 mikem8361 enabled auto-merge (squash) April 29, 2025 16:27
@mikem8361 mikem8361 requested a review from hoyosjs May 2, 2025 03:56
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

Successfully merging this pull request may close these issues.

2 participants