Skip to content

Doesn't process large files #1

@tjhorner

Description

@tjhorner

I'm trying to process a relatively large binary (35MB!) with Protod, but I'm getting OverflowErrors. If I get it working, I'll close this issue and send over a PR.

Stacktrace:

Traceback (most recent call last):
  File "protod.py", line 315, in <module>
    extractor.extract()
  File "protod.py", line 274, in extract
    for k in range(probable_size+1024, 0, -1):
OverflowError: range() result has too many items

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions