-
Notifications
You must be signed in to change notification settings - Fork 121
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
plugin6.(*GRPCProvider).ApplyResourceChange request, invalid memory address or nil pointer dereference #1480
Comments
@titus-chu-kmon has this occurred again with the later versions of the provider ? |
Hi, I'm seeing this with v1.14.0_x5. I checked with the above tag, my panic at the statement on line 397 of Resources being created:
I guess the My crash happens on line 397:
Sorry this is for a client, so I can't share much. But happy to work on a fix. |
Here's a possible fix, just a check that the string pointer isn't nil. In the error clause it's already checking for an empty string, as a not-created-resource is possible at this point.
Insert a check on the string pointer here:
The |
@quixoticmonk is there a way to raise attention on the PR for this, to maybe progress to a review? Entirely selfishly we could do with a (this) bug fix. 😄 |
hi, i got this when trying to create a DMS data provider
The text was updated successfully, but these errors were encountered: