#
34f7daa8 |
| 04-May-2008 |
tonnerre <tonnerre@NetBSD.org> |
Fix a bug in the implementation of seekdir(). If the first entry in a block has been unlinked, seekdir() may overshoot by one entry. Thus, _readdir_unlinked() must not skip deleted entries when being
Fix a bug in the implementation of seekdir(). If the first entry in a block has been unlinked, seekdir() may overshoot by one entry. Thus, _readdir_unlinked() must not skip deleted entries when being called from seekdir(). Christos agreed.
show more ...
|