Skip to content

bz2, lzma: add option to limit output size #60159

Closed
@tiran

Description

@tiran
BPO 15955
Nosy @pitrou, @vstinner, @tiran, @merwok, @vadmium, @serhiy-storchaka
Files
  • issue15955.diff
  • issue15955_r2.diff
  • issue15955_r3.diff
  • gzip-bomb.patch: Moved to Issue 23528
  • LZMAFile.patch: New version in Issue 23529
  • issue15955_lzma_r4.diff: Adds max_length support in LZMADecompressor
  • issue15955_lzma_r5.diff: Adds max_length support in LZMADecompressor
  • issue15955_bz2.diff: Adds max_length support in BZ2Decompressor
  • issue15955_bz2_rev2.diff: Adds max_length support in BZ2Decompressor
  • issue15955_bz2_rev3.diff
  • issue15955_bz2_rev5.diff
  • issue15955_bz2_rev6.diff
  • issue15955_bz2_rev7.diff: Adds max_length support in BZ2Decompressor
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2015-02-26.12:12:10.383>
    created_at = <Date 2012-09-17.12:22:42.212>
    labels = ['type-feature', 'library']
    title = 'bz2, lzma: add option to limit output size'
    updated_at = <Date 2015-02-26.12:12:10.381>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2015-02-26.12:12:10.381>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-02-26.12:12:10.383>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2012-09-17.12:22:42.212>
    creator = 'christian.heimes'
    dependencies = []
    files = ['34609', '34789', '34792', '37644', '37658', '37677', '37734', '38194', '38206', '38211', '38217', '38218', '38226']
    hgrepos = []
    issue_num = 15955
    keywords = ['patch']
    message_count = 56.0
    messages = ['170598', '171059', '171248', '171257', '171304', '174860', '174912', '175028', '176811', '176883', '176896', '177213', '177228', '180271', '187534', '208522', '208763', '209151', '209228', '209999', '214773', '214774', '215211', '215657', '215661', '215959', '220580', '220675', '225219', '226685', '232953', '233661', '233799', '233865', '233948', '234115', '234160', '234172', '234173', '235084', '235123', '235124', '236248', '236351', '236356', '236416', '236450', '236463', '236468', '236473', '236474', '236514', '236647', '236664', '236665', '236666']
    nosy_count = 10.0
    nosy_names = ['pitrou', 'vstinner', 'christian.heimes', 'nadeem.vawda', 'eric.araujo', 'Arfrever', 'nikratio', 'python-dev', 'martin.panter', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue15955'
    versions = ['Python 3.5']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions