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

fix: nil pointer in saucectl configure command #987

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

alexplischke
Copy link
Contributor

Description

for _, opt := range opts { over a nil slice would yield nothing.

However, saucectl configure was passing an explicit nil argument, causing opts to be an initialized slice that does yield a nil value which then caused a nil pointer access in the loop.

@alexplischke alexplischke added the bug Something isn't working label Dec 4, 2024
@alexplischke alexplischke requested a review from a team as a code owner December 4, 2024 15:27
@alexplischke alexplischke merged commit 3637d90 into main Dec 4, 2024
16 checks passed
@alexplischke alexplischke deleted the DEVX-3123/sigsegv branch December 4, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant