Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
If msi.c:timer_terminate_session frees "handler", then when msi.c:timer_poll's thread resumes, there WILL be a use after free of "handler", with a likely segfault.
This use after free causes a crash in qTox, see tux3/qTox#534
|
|
|
|
|
|
|
|
|
|
Conflicts:
toxav/toxav.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toxav should no longer have weird behaviour when a dead call times out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inactive
|
|
|
|
|
|
|
|
|
|
|
|
than once.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage
*msg, char *dest)
This function has no effect and does not seem to be used for actively
waiting.
Fix various other style errors, reduce scope when possible, avoid
redundant writes, clarify operator priorities, etc.
|
|
into nurupo-av-fix
|
|
|
|
|
|
|