View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000297 | file | General | public | 2021-10-24 13:52 | 2021-10-28 16:34 |
Reporter | eliz | Assigned To | christos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | MinGW | OS | MS-Windows | OS Version | XPSP3 |
Product Version | 5.40 | ||||
Summary | 0000297: Looking inside compressed files disabled in builds which don't define HAVE_FORK | ||||
Description | Building version 5.41 on a system that doesn't have 'fork' disables built-in support for accessing compressed files, even if decompression libraries (zlib, liblzma, etc.) are available and enabled during configure run. For example 'file_zmagic' isn't even called if HAVE_FORK is not defined to a non-zero value. I've reshuffled the various #define's and made some minor changes to the code to enable built-in decompression support when HAVE_FORK is not available. let me know if you are interested in the patch to do that. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-24 13:52 | eliz | New Issue | |
2021-10-28 15:31 | christos | Assigned To | => christos |
2021-10-28 15:31 | christos | Status | new => assigned |
2021-10-28 15:31 | christos | Status | assigned => feedback |
2021-10-28 15:31 | christos | Note Added: 0003651 | |
2021-10-28 16:34 | eliz | File Added: DIFFS.fork | |
2021-10-28 16:34 | eliz | Note Added: 0003663 | |
2021-10-28 16:34 | eliz | Status | feedback => assigned |