View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000435 | file | General | public | 2023-03-22 21:47 | 2023-05-22 01:44 |
Reporter | haowenl | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
OS | Windows | ||||
Product Version | 5.44 | ||||
Summary | 0000435: file_magic: stat fails with errno EOVERFLOW on Windows for large files | ||||
Description | On Windows, stat by default calls _stat64i32, which uses 32bit file length types. This causes stat to fail with EOVERFLOW for large files. This can be fixed by either using _stat64 for all files on Windows, or catch the EOVERFLOW errno and retry with _stat64. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-03-22 21:47 | haowenl | New Issue | |
2023-05-21 17:15 | christos | Assigned To | => christos |
2023-05-21 17:15 | christos | Status | new => assigned |
2023-05-21 17:15 | christos | Status | assigned => feedback |
2023-05-21 17:15 | christos | Note Added: 0003936 | |
2023-05-22 01:44 | haowenl | Note Added: 0003940 | |
2023-05-22 01:44 | haowenl | Status | feedback => assigned |