Eric Lambert

Results 3 comments of Eric Lambert

Thanks for looking into this. Still seeing a seg fault ``` % ../vuln/cmd/govulncheck/govulncheck ./... Scanning your code and 608 packages across 118 dependent modules for known vulnerabilities... panic: runtime error:...

[65590.zip](https://github.com/golang/go/files/14213991/65590.zip) I can reproduce with a very simple go file and corresponding go.mod which are included in the attached `65590.zip` zip file. To reproduce: - unzip the file - cd...

> Unfortunately that reproducer did not reproduce for me: > > ``` > [roam:65590]> go install golang.org/x/vuln/cmd/govulncheck@latest > [roam:65590]> govulncheck ./... > Scanning your code and 45 packages across 1...