capone-project / capone-core

A secure service framework
GNU General Public License v3.0
2 stars 0 forks source link

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

Open pks-t opened 8 years ago

pks-t commented 8 years ago

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.