You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
As an aside, the project producing this panic includes generics which might be related or at least sympathetic. If so, it's related to #72. Feel free to assign this to me as I've got both this issue and #72 fixed and running as expected against a project that contains generics.
The text was updated successfully, but these errors were encountered:
smoyer64
added a commit
to selesy/gokart
that referenced
this issue
Dec 31, 2022
When scanning a project, GoKart panics with the following trace when running the
TaintAnalyzer
:This occurs because the
Pkg
field of a function might benil
according to the code's comments, but nonil
check is included:https://github.com/golang/tools/blob/b01e7a4e75d3f07db097384f829839c6628a46c8/go/ssa/ssa.go#L306-L317
As an aside, the project producing this panic includes generics which might be related or at least sympathetic. If so, it's related to #72. Feel free to assign this to me as I've got both this issue and #72 fixed and running as expected against a project that contains generics.
The text was updated successfully, but these errors were encountered: