]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix a few clang warnings that try to hint to buffer overruns
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Feb 2012 14:00:04 +0000 (14:00 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Feb 2012 14:00:04 +0000 (14:00 +0000)
commitcd74b7ea315a2d7e8f9210578e2eee57e5adc3dd
tree25f7a162c5fd8268ab5de1c3ab5694aac8d51a0f
parent58315d61e02a6c6eee7c14457f7dd1894125d57c
fix a few clang warnings that try to hint to buffer overruns

except that these were not overruns (see context in code), but just redundant
strlen calls for allocating and then copying

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11673 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
console.c
fs.c