Skip to content

Non utf8 output crashes battle #63

@christian-muertz

Description

@christian-muertz

Description

If the generator or solver outputs bytes that are not a correct utf8 sequence the battle crashes.

Example

Example generator that crashes the battle:

import sys

sys.stdout.buffer.write(bytearray([0xc3, 0x28]))

Note: 0xc3 0x28 is not a valid utf8 sequence

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