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
|
|
#
# 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.
|
|
Also, all data now has the magic number prepended. This is incompatible
for all but the save/load functions, but I think nothing besides the one
experimental qTox branch used any of those, which is why I feel confident
about the change.
|
|
|
|
all the 1.x.y releases.
|
|
|
|
fix TCP issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/nurupo/InsertProjectNameHere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also a minor API change for clarity
|
|
|
|
|
|
|
|
https://github.com/nurupo/InsertProjectNameHere
|