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 panic when accessing index out of range in a struct #185

Merged

Conversation

Mido-sys
Copy link
Contributor

@Mido-sys Mido-sys commented Aug 6, 2024

Fixes 184 out-of-range array access. If index is out of range then an error is returned.

@Mido-sys
Copy link
Contributor Author

Mido-sys commented Aug 6, 2024

@paganotoni Please check.

@paganotoni paganotoni enabled auto-merge August 6, 2024 12:30
@paganotoni paganotoni disabled auto-merge August 6, 2024 12:31
@paganotoni paganotoni merged commit 36946a4 into gobuffalo:main Aug 6, 2024
7 checks passed
@paganotoni
Copy link
Member

Thanks for this one @Mido-sys

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.

bug: Panic when accessing index out of range in a struct
2 participants