security fix: replaced sprintf with snprintf
authorArun Persaud <arun@nubati.net>
Mon, 13 Sep 2010 03:04:03 +0000 (20:04 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 01:46:48 +0000 (18:46 -0700)
commite80c98c04e951e5026a24531cd6316be962636b9
treeb68bef71096c86d7cd0e386609093d9ca9841d2f
parent0ea1b434ac6becf79c75d85ba27de5b89666a7c3
security fix: replaced sprintf with snprintf

replaced most sprintf with snprintf. There are still some left where for example a pointer is used and is allocated in the line before, which should be fine... and some others.
18 files changed:
args.h
backend.c
childio.c
engineoutput.c
gamelist.c
pgntags.c
pixmaps/convert.c
winboard/help.c
winboard/jaws.c
winboard/wchat.c
winboard/wgamelist.c
winboard/winboard.c
winboard/woptions.c
winboard/wsettings.c
xboard.c
xoptions.c
zic2xpm.c
zippy.c