]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Lots of str[n]cat, str[n]cpy, and [v]sprintf have been replaced by strlcat, strlcpy...
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 Sep 2003 12:58:04 +0000 (12:58 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 30 Sep 2003 12:58:04 +0000 (12:58 +0000)
commitaf0b7a1fa11c2ceedeb9f66ca950f6c0bff8ad8f
treed20d8b94fc6aaffe972eef21fe5c4210def890d4
parentfe08cee338d3d75443d4705e071468b5f30a465f
Lots of str[n]cat, str[n]cpy, and [v]sprintf have been replaced by strlcat, strlcpy and [v]snprintf to insure that they don't write outside of their buffers. More to come later.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3518 d7cf8633-e32d-0410-b094-e92efae38249
18 files changed:
cd_linux.c
cl_demo.c
cl_main.c
cl_parse.c
cl_screen.c
cmd.c
common.c
filematch.c
fs.c
fs.h
host_cmd.c
menu.c
model_brush.c
model_shared.c
netconn.c
pr_edict.c
sv_main.c
ui.c