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

Limit capability chain's sizes to something more reasonable #18

Open
pks-t opened this issue Sep 2, 2016 · 0 comments
Open

Limit capability chain's sizes to something more reasonable #18

pks-t opened this issue Sep 2, 2016 · 0 comments

Comments

@pks-t
Copy link
Member

pks-t commented Sep 2, 2016

The current chain limit is 2^^32, which is ridiculously high. We could instead use an uint8_t as the chain counter, thus limiting it to 256 entries. While this is still rather high, it is a much more sensible value than the old one.

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

No branches or pull requests

1 participant