mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-04-11 11:52:04 +00:00
No description
CVE-2005-0983 Quake 3 engine, as used in multiple games, allows remote attackers to cause a denial of service (client disconnect) via a long message, which is not properly truncated and causes the engine to process the remaining data as if it were network data. Luigi Auriemma q3msgboom from Tim Angus in ioquake svn 95 git 33a48a0336865a9d21983e4836920cd9f3401101 Fixed q3msgboom from http://www.quakesrc.org/forums/viewtopic.php?t=5374 |
||
---|---|---|
base | ||
code | ||
codemp | ||
ui | ||
LICENSE.txt | ||
raven-README.txt | ||
README.txt | ||
TODO |
Jedi Academy with various changes to make it build/run on more platforms including amd64/x86_64. Currently only the single player code runs on amd64. The game needs to be patched to 1.01 to work, the data in the steam version is already patched. How to build single player: mkdir build-sp && cd build-sp cmake ../code/ make copy jasp and jagame*.so to the directory containing base or demo How to build multiplayer: mkdir build-mp && cd build-mp cmake ../codemp/ make copy jamp and jampded to the directory containing base copy *.so to your base directory Known issues: Save games do not yet work on amd64. The demo has various issues and does not work properly. multiplayer has to be run with "+set sv_pure 0" for now