Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent npe by handling checking error in NewAnalysis call (#1365)
If there is an issue in creating the Analysis config when calling analysis.NewAnalysis, then we want to check before assigning the context to a potentially nil pointer. Signed-off-by: Danny Clark <danielclark@google.com> Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
- Loading branch information