Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-17 | Ensure that mbstowcs does not overflow its buffer | Simon McVittie | |
Similar to one of the changes by Tim Angus in fd986da: mbstowcs' third argument is the number of wchar_t available in dest, not the number of bytes. This does not appear to be exploitable, because ioquake3 does not actually call mumble_set_identity() or mumble_set_description() anywhere, but it might be relevant to derivatives. Spotted via compiler warnings. | |||
2015-03-17 | Include stdint.h instead of inttypes.h in libmumblelink.c | Zack Middleton | |
MSVC 2010 has stdint.h but not inttypes.h. Debian (GCC, MinGW) and OS X (Clang) can compile using stdint.h. | |||
2013-02-16 | Update copyright notices | Tim Angus | |
2013-01-10 | * Fix various warnings with GCC and clang | Tim Angus | |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus | |
2013-01-03 | * Merge ioq3-r1765 | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff |