Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

dir-reader: account for entries being changed after _read #50

Closed
wants to merge 1 commit into from

Commits on Apr 28, 2016

  1. dir-reader: account for entries being changed after _read

    If this.entries is changed after _read() has been called, we will be
    out of sync and try to access an invalid index of this.entries. When
    the entry cannot be found, we emit end and close, which can drop files
    from reading.
    evanlucas committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    8f31685 View commit details
    Browse the repository at this point in the history