]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
gamedir is now checked by FS_CheckNastyPath
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 12 Jan 2007 00:34:19 +0000 (00:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 12 Jan 2007 00:34:19 +0000 (00:34 +0000)
commit75e3d76db6a9f2d71456738dcea0d9c9668b4cd6
tree148cee1c3cca14328706dc77501d5f89680ed24a
parent73964e80e40edfcb0bcaeba50da33ddf120e62f0
gamedir is now checked by FS_CheckNastyPath
added special isgamedir flag to FS_CheckNastyPath to validate gamedir using more stringent checks than for normal filenames
added additional checks in FS_CheckNastyPath for things like . in path elements (still allowed in filename at end but no longer allowed in path elements at all)

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