You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome, thanks! Our fork of this library already contains the fix in commit ac2e73b since February, and in dev-1.4.0 at least since June.
If you were experiencing crashes with telegram-purple, I strongly recommend upgrading to the intermediate branch dev-1.4.0. (Don't forget git submodule sync && git submodule update!)
Details of the nullptr dereference is written in that ticket: majn/telegram-purple#431
I will copy most important part from comment:
nullptr derefence in the source .\tgl-master\queries.c (my comments are started with "//"):
You cannot defererence q->methods here, because q is nullptr! It is a bug in source.
The text was updated successfully, but these errors were encountered: