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: Use slice ptr for allow_list #256

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

LBGarber
Copy link
Contributor

@LBGarber LBGarber commented Jun 8, 2022

This pull request changes the AllowList field from a []string to a *[]string. This is to prevent an empty slice from being omitted from the update request.

@LBGarber LBGarber requested a review from jriddle-linode June 8, 2022 04:40
@LBGarber LBGarber changed the title fix: Evil allow_list pointer fix: Use slice ptr for allow_list Jun 8, 2022
@LBGarber LBGarber merged commit 340c47f into linode:main Jun 8, 2022
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants