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

trie: fix two issues in trie iterator (#24539) #778

Merged
merged 3 commits into from
May 28, 2024
Merged

Commits on May 28, 2024

  1. trie: fix two issues in trie iterator (ethereum#24539)

    * trie: fix memory leak in trie iterator
    
    In the trie iterator, live nodes are tracked in a stack while iterating.
    Popped node states should be explictly set to nil in order to get
    garbage-collected.
    
    * trie: fix empty trie iterator
    rjl493456442 authored and 0xmountaintop committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2b9e2c5 View commit details
    Browse the repository at this point in the history
  2. fix lint

    0xmountaintop committed May 28, 2024
    Configuration menu
    Copy the full SHA
    87403fc View commit details
    Browse the repository at this point in the history
  3. chore: auto version bump [bot]

    HAOYUatHZ authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e08bc6f View commit details
    Browse the repository at this point in the history