Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Incorrect bytes in decode kill the python interpreter #189

@ncordon

Description

@ncordon

Thanks to @smacker who discovered this issue:

from bblfsh import *
bytes = b''
decode(bytes, format = 0)

kills the Python intrepreter. Also any incorrect sequence of bytes like `bytes = b'abcdef' would produce the same behavior.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions