Skip to content

fix: return after DNS resolve failure in checkIfIpIsLive - #1017

Open
VedantMadane wants to merge 1 commit into
konflux-ci:mainfrom
VedantMadane:fix/issue-985
Open

fix: return after DNS resolve failure in checkIfIpIsLive#1017
VedantMadane wants to merge 1 commit into
konflux-ci:mainfrom
VedantMadane:fix/issue-985

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

fix: return after DNS resolve failure in checkIfIpIsLive

Changes

  • Missing return after ResolveTCPAddr error led to nil pointer panic on DialTimeout.

Fixes #985

- Missing return after ResolveTCPAddr error led to nil pointer panic on DialTimeout.

Fixes konflux-ci#985

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
@fullsend-ai-review

fullsend-ai-review Bot commented Aug 24, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:58 PM UTC · Completed 7:07 PM UTC

Commit: 9ee3c25 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me


Labels: PR fixes a nil-pointer panic bug in IBM cloud provider helper (pkg/ibm/), single-line change with minimal review effort

@fullsend-ai-review fullsend-ai-review Bot added ready-for-merge All reviewers approved — ready to merge bug Something isn't working Review effort 1/5 risk/low AI-assessed low risk dependency update labels Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready-for-merge All reviewers approved — ready to merge Review effort 1/5 risk/low AI-assessed low risk dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Missing error return in checkIfIpIsLive causes nil pointer panic on DNS resolution failure

1 participant