Anonymous | Login | Signup for a new account | 2024-11-22 13:34 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000962 | FL5 | 1.1 FLCL | public | 2019-02-28 17:51 | 2022-03-09 10:56 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | high | Severity | major | Reproducibility | sometimes | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.19 | ||||||||
Target Version | 5.1.28 | Fixed in Version | 5.1.27 | ||||||
Summary | 0000962: Limit the maximal internal block size to prevent memory exhausting through expansion at decompression | ||||||||
Description | Currently FLAM works block by block. If you read a block with 64 KiB (default) a maximal expansion of GZIP by factor 900 can result in 1 GiB memory allocation by FLAM to handle the extracted block in memory. For a secure production environment the maximal allocated memory must be limited. In such case we need a solution, where only a part of the original block is extracted so that anything fit in the maximal block size. The default could by at factor 4 of the given block size. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001359) Falk Reichbott (administrator) 2022-03-09 10:55 |
Done |
Issue History | |||
Date Modified | Username | Field | Change |
2019-02-28 17:51 | Falk Reichbott | New Issue | |
2019-02-28 17:51 | Falk Reichbott | Status | new => assigned |
2019-02-28 17:51 | Falk Reichbott | Assigned To | => Falk Reichbott |
2019-06-19 19:37 | Falk Reichbott | Target Version | 5.1.21 => 5.1.22 |
2019-12-05 10:37 | Falk Reichbott | Target Version | 5.1.22 => 5.1.27 |
2019-12-05 10:47 | Falk Reichbott | Target Version | 5.1.27 => 5.1.26 |
2021-04-30 12:05 | Falk Reichbott | Target Version | 5.1.26 => 5.1.27 |
2022-03-09 10:43 | Falk Reichbott | Target Version | 5.1.27 => 5.1.28 |
2022-03-09 10:55 | Falk Reichbott | Note Added: 0001359 | |
2022-03-09 10:55 | Falk Reichbott | Status | assigned => resolved |
2022-03-09 10:55 | Falk Reichbott | Fixed in Version | => 5.1.26 |
2022-03-09 10:55 | Falk Reichbott | Resolution | open => fixed |
2022-03-09 10:56 | Falk Reichbott | Fixed in Version | 5.1.26 => 5.1.27 |
Copyright © 2000 - 2024 MantisBT Team |