FLAM Issue Tracker - FL5 | |||||
View Issue Details | |||||
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. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|