Skip to content
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

SignCheck crashes with StackOverflowException when verifying vsix #1306

Closed
natemcmaster opened this issue Nov 9, 2018 · 1 comment
Closed
Assignees

Comments

@natemcmaster
Copy link
Contributor

Microsoft.DotNet.SignCheck.exe is crashing while trying to verify a vsix file with this error:

System.OverflowException: Arithmetic operation resulted in an overflow.
   at Microsoft.SignCheck.Verification.VsixVerifier.TryGetTimestamp(PackageDigitalSignature packageSignature, Timestamp& timestamp)
   at Microsoft.SignCheck.Verification.VsixVerifier.IsSigned(String path, SignatureVerificationResult result)
   at Microsoft.SignCheck.Verification.VsixVerifier.VerifySignature(String path, String parent)
   at Microsoft.SignCheck.Verification.SignatureVerificationManager.VerifyFiles(IEnumerable`1 files)
   at SignCheck.SignCheck.Run()

I've attached the vsix that it's trying to check:
aspnet_35670.zip

cc @joeloff

@joeloff
Copy link
Member

joeloff commented Nov 9, 2018

I'll take a look

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

No branches or pull requests

2 participants