Skip to content
Snippets Groups Projects
  • Yorhel's avatar
    b96587c2
    scan: Don't allocate directory iterator on the stack · b96587c2
    Yorhel authored
    I had planned to checkout out async functions here so I could avoid
    recursing onto the stack alltogether, but it's still unclear to me how
    to safely call into libc from async functions so let's wait for all that
    to get fleshed out a bit more.
    b96587c2
    History
    scan: Don't allocate directory iterator on the stack
    Yorhel authored
    I had planned to checkout out async functions here so I could avoid
    recursing onto the stack alltogether, but it's still unclear to me how
    to safely call into libc from async functions so let's wait for all that
    to get fleshed out a bit more.