]> git.rm.cloudns.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)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 11 Feb 2012 16:00:48 +0000 (17:00 +0100)
commit06b91b245f5a970031fed4b2beab980cb4c8ae0e
tree8024e549f17c2de1f96dd598e3bbb6628a169274
parentd490e94e9b1fa95ae8aacf127d9c812169575971
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
::stable-branch::merge=cd74b7ea315a2d7e8f9210578e2eee57e5adc3dd
cl_parse.c
console.c
fs.c