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

WHITELIST-LENGTH with "dynamic" size #295

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GitMensch
Copy link

@GitMensch GitMensch commented Jan 24, 2025

ensure that if runtime checks are enabled, the current number is valided on use, not the maximum

Note: this may lead to several index out of bound messages, if WHITELIST-LENGTH is not setup correctly (initial / incremented before used) - so consider to not pull that or do so after verifying that it does work

"dynamic" as likely known this construct uses the maximum definition size = reserved space on first use, only the access is dynamic (at least it should, if not then there's a bug in GC, so double check before pull :-)

ensure that if runtime checks are enabled, the current number is valided on use, not the maximum
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.

1 participant