• Show log

    Commit

  • Hash : 699de9c5
    Author : Patrick Steinhardt
    Date : 2019-08-27T10:36:17

    iterator: remove duplicate memset
    
    When allocating new tree iterator frames, we zero out the allocated
    memory twice. Remove one of the `memset` calls.