Segmentation fault if changing input_filename/output_filename attribute before starting GroupCall
L3Nya opened this issue · 0 comments
L3Nya commented
Segfault happens if you change input_filename
or output_filename
attribute of GroupCall
before starting it.
Steps to reproduce:
- create
GroupCall
instance.
gc = pytgcalls.GroupCall(client, "", "")
- set its
input_filename
attribute to anything before starting
gc.input_filename = "input.raw"
- catch lovely segfault.