summaryrefslogtreecommitdiffstats
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2005-01-23 20:00:34 +0000
committerPeter Åstrand <astrand@cendio.se>2005-01-23 20:00:34 +0000
commit2dbbd38f8f63594dce29ee4836fadff91392ee59 (patch)
tree8822e7508ffb8ec5650b389aca564bd0d1dcd81f /doc/requirements.txt
parenteed0650df73d505377198602f644ff490ab86c4e (diff)
downloadtigervnc-2dbbd38f8f63594dce29ee4836fadff91392ee59.tar.gz
tigervnc-2dbbd38f8f63594dce29ee4836fadff91392ee59.zip
Corrected buffer overrun problem with aboutText. Also, replaced all sprintf()s in the UNIX version with snprintf(). This follows the recommendation on http://www.gotw.ca/publications/mill19.htm. Also, snprintf() is, in practice, required when using gettext. Note: since VC6 doesn't have snprintf, only require snprintf in UNIX-only code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@107 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 00000000..4957be3a
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,2 @@
+
+- The UNIX version requires snprintf().