]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Removed all calls to strcpy; most of them are now calls to strlcpy or memcpy.
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 5 Aug 2006 12:31:03 +0000 (12:31 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 5 Aug 2006 12:31:03 +0000 (12:31 +0000)
commitcd7454f9df6b152a24c5a28750041d27023fbc1f
tree71eae6159626c89db72d0e75838e6fc9377b1847
parenteacf9e2321a57816ae32e33a7f9b014af53d4997
Removed all calls to strcpy; most of them are now calls to strlcpy or memcpy.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6544 d7cf8633-e32d-0410-b094-e92efae38249
34 files changed:
cl_main.c
cl_parse.c
clvm_cmds.c
cmd.c
common.c
common.h
console.c
cvar.c
dpvsimpledecode.c
filematch.c
fs.c
gl_draw.c
gl_rmain.c
host.c
host_cmd.c
image.c
keys.c
lhnet.c
menu.c
model_alias.c
model_brush.c
model_shared.c
prvm_cmds.c
prvm_edict.c
r_shadow.c
r_sky.c
sbar.c
snd_mem.c
sv_main.c
sys_sdl.c
sys_win.c
vid_agl.c
vid_glx.c
vid_wgl.c