diff options
author | Jeremy Rand <jeremy@rand-family.com> | 2023-03-16 21:27:05 -0400 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-03-21 16:13:10 +1100 |
commit | d677023b3decec2f10d6b00b84b34032db4a0fd4 (patch) | |
tree | 5765ffe91dba0b8325293a88a5cfa351cbac5a64 /py/nlr.c | |
parent | 051e2900d97e6727034b4b59f18ec7abc517c9a8 (diff) | |
download | micropython-d677023b3decec2f10d6b00b84b34032db4a0fd4.tar.gz micropython-d677023b3decec2f10d6b00b84b34032db4a0fd4.zip |
extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.
When iterating over os.ilistdir(), the special directories '.' and '..'
are filtered from the results. But the code inadvertently also filtered
any file/directory which happened to match '..*'. This change fixes the
filter.
Fixes issue #11032.
Signed-off-by: Jeremy Rand <jeremy@rand-family.com>
Diffstat (limited to 'py/nlr.c')
0 files changed, 0 insertions, 0 deletions