ioq3quest/code/qcommon
Thomas Köppe b3223dcfcb [qcommon] Use unsigned types where wrapping arithmetic is intended
The use of signed types in these expressions lead to overflow, hence undefined behaviour. The "sum" aggregator in Com_TouchMemory isn't even used (and presumbably just exists to inhibit optimizations from removing the memory access).
2017-10-02 19:46:37 -05:00
..
cm_load.c
cm_local.h
cm_patch.c Merge pull request #199 from UniQP/typos 2017-05-24 13:41:15 -05:00
cm_patch.h
cm_polylib.c
cm_polylib.h
cm_public.h
cm_test.c
cm_trace.c Fix mis-spellings of "separating" as "seperating" 2016-09-22 08:56:30 +01:00
cmd.c Early out of Cmd_CompleteArgument and Cmd_SetCommandCompletionFunc 2015-09-20 18:51:20 -05:00
common.c [qcommon] Use unsigned types where wrapping arithmetic is intended 2017-10-02 19:46:37 -05:00
cvar.c Fix Cvar_Unset not notifying cvar_modifiedFlags 2015-09-07 11:29:15 +01:00
files.c Merge pull request #199 from UniQP/typos 2017-05-24 13:41:15 -05:00
huffman.c Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits 2017-08-02 14:55:22 -05:00
ioapi.c
ioapi.h
json.h OpenGL2: Add named cubemaps and per-map env.json parsing. 2016-02-10 16:25:32 -08:00
md4.c Fix a few warnings 2014-08-30 17:29:23 +01:00
md5.c Remove FS_Read2(). 2017-03-17 04:21:11 -07:00
msg.c Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits 2017-08-02 14:55:22 -05:00
net_chan.c
net_ip.c Fix Makefile for OSX 2016-06-12 17:17:33 -04:00
puff.c
puff.h
q_math.c [qcommon] Use unsigned types where wrapping arithmetic is intended 2017-10-02 19:46:37 -05:00
q_platform.h Fix Makefile for OSX 2016-06-12 17:17:33 -04:00
q_shared.c fix a stupid use of strcpy() 2015-06-18 17:24:50 -05:00
q_shared.h Detect GOG install path 2017-04-07 16:26:26 +10:00
qcommon.h Improve client input responsiveness 2017-08-21 21:40:54 -05:00
qfiles.h #6069: Remove md4 model support. 2013-11-29 16:13:47 -08:00
surfaceflags.h
unzip.c unzip: comment why there is no USE_INTERNAL_MINIZIP boolean option 2015-03-18 17:38:10 +00:00
unzip.h
vm.c Fix comment 2017-05-25 09:44:18 +01:00
vm_armv7l.c Fix set-but-not-used variable warnings in vm_armv7l.c 2017-07-08 16:48:23 -05:00
vm_interpreted.c Allow unaligned load/store in QVM interpreter/x86 compiler 2017-05-25 09:44:18 +01:00
vm_local.h Allow unaligned load/store in QVM interpreter/x86 compiler 2017-05-25 09:44:18 +01:00
vm_none.c
vm_powerpc.c drop some useless return statements 2013-05-30 15:43:21 -05:00
vm_powerpc_asm.c
vm_powerpc_asm.h
vm_sparc.c fix some "\n"-related stuff 2013-05-30 15:32:44 -05:00
vm_sparc.h
vm_x86.c Allow unaligned load/store in QVM interpreter/x86 compiler 2017-05-25 09:44:18 +01:00