Skip to content

Impose a maximum length on lines read from child processes #7

@jwodder

Description

@jwodder

This will be necessary in order to avoid massive memory usage due to bad commands, but what exactly should happen when a line exceeds the maximum length? Possibilities:

  • Error
  • Discard everything after the max length cutoff point
  • Output everything up to the max length with a newline added
    • Try to figure out the control sequences to add further output to the end of the previous line

Metadata

Metadata

Assignees

No one assigned

    Labels

    low priorityLess important than other thingsperformanceEfficient use of time and spacerobustnessImperviousness to bad behaviorunder considerationDev has not yet decided whether or how to implement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions