Age | Commit message (Collapse) | Author |
|
|
|
|
|
stream.
|
|
|
|
|
|
|
|
when the group is killed.
|
|
Some cleanups and added comments.
|
|
|
|
|
|
|
|
|
|
Some issues still left to solve.
|
|
|
|
|
|
#
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
|
|
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
|
|
|
|
|
|
|
|
Now we can also remove the helper routines from toxcore/util.[ch].
|
|
|
|
|
|
|
|
|
|
Conflicts:
toxav/toxav.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleaned up code a bit.
|
|
|
|
|
|
Audio decoder and encoder channel values are sepparate values, the
decoder should be set to the number of channels the other peer has
his encoder set.
|
|
|
|
|
|
|
|
|
|
|