Message320848
| Author | methane |
|---|---|
| Recipients | hajoscher, methane |
| Date | 2018-07-01.23:30:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530487823.39.0.56676864532.issue34010@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Nice catch. I confirmed this is a hard regression of performance. Decompressing a file must be O(n) when n=filesize, but O(n^2) now. While we live with this regression for a long time, I feel it's worth enough to backport. This can be DoS vulnerability. Can you write NEWS entry for it? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-01 23:30:23 | methane | set | recipients: + methane, hajoscher |
| 2018-07-01 23:30:23 | methane | set | messageid: <1530487823.39.0.56676864532.issue34010@psf.upfronthosting.co.za> |
| 2018-07-01 23:30:23 | methane | link | issue34010 messages |
| 2018-07-01 23:30:23 | methane | create | |