warzone2100/lib/netplay
Giel van Schijndel b28d8bbdf6 * Fix array out of bounds access
patch by vs2k5

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1845 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-11 01:04:39 +00:00
..
Makefile.am * Remove netusers_stub.c. Its only contained function was NETuseNetwork, which granted direct write access to global var NetPlay.bComms. This was camouflaged as a nice function call, so instead we now use it directly as it is: accessing/modifying a global variable. 2007-05-23 18:48:36 +00:00
Makefile.raw * Remove netusers_stub.c. Its only contained function was NETuseNetwork, which granted direct write access to global var NetPlay.bComms. This was camouflaged as a nice function call, so instead we now use it directly as it is: accessing/modifying a global variable. 2007-05-23 18:48:36 +00:00
netcrypt.c * Fix array out of bounds access 2007-06-11 01:04:39 +00:00
netjoin_stub.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
netlog.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
netlog.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
netplay.c Cleanup: 2007-05-23 19:36:21 +00:00
netplay.h * turn some usages of WinAPI types (*WORD) into their native C counterparts (e.g. int, unsigned int, etc.) 2007-06-03 15:51:56 +00:00