aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-25 01:41:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-25 01:41:49 +0000
commit544629e8c366697bf859959b7a315e7291b36dd0 (patch)
tree79c4626c3b655e2efba5f2c5e92e0135711b0c0a /TODO
parente44b95e080b5aa15cf70996aaa2fab1144708a77 (diff)
code cleanups, replaced sprintf() for snprintf() for security's sake
svn path=/trunk/externals/hcs/hid/; revision=5735
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4a25b40..f3e32e2 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+
+______________________________________________________________________________
+- switch to snprintf
+
+in hid_darwin.c, replace all sprintf()s with snprintf()s.
+
______________________________________________________________________________
- deal with hatswitches!!