good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Felix Lange's avatar
    c3a77d62
    trie: fix delete bug for values contained in fullNode · c3a77d62
    Felix Lange authored
    Delete crashed if a fullNode contained a valueNode directly. This bug is
    very unlikely to occur with SecureTrie, but can happen with regular
    tries. This commit also introduces a randomised test which triggers all
    trie operations, which should prevent such bugs in the future.
    
    Credit for finding this bug goes to Github user @rjl493456442.
    c3a77d62
    History
    trie: fix delete bug for values contained in fullNode
    Felix Lange authored
    Delete crashed if a fullNode contained a valueNode directly. This bug is
    very unlikely to occur with SecureTrie, but can happen with regular
    tries. This commit also introduces a randomised test which triggers all
    trie operations, which should prevent such bugs in the future.
    
    Credit for finding this bug goes to Github user @rjl493456442.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.