summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-04-21 15:01:04 +0000
committerRussell Bryant <russell@russellbryant.com>2008-04-21 15:01:04 +0000
commite29b987b30e2431f5829cec6a197a2721a08c1f1 (patch)
treebdf3cb2bc3a72593bb0e92c8c61e1d25f99514ea /doc
parenta79214b5b1fb27d45f599166953f622bfcb0dc3e (diff)
Add a simple janitor project
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/janitor-projects.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt
index b111204f0..65416cc52 100644
--- a/doc/janitor-projects.txt
+++ b/doc/janitor-projects.txt
@@ -1,3 +1,7 @@
+ -- Audit uses of usleep() to ensure that the argument is never greater than 1 million.
+ On some systems, that is considered an error. In any such cases, convert the usage
+ over to use nanosleep(), instead.
+
-- There a bunch of places where the result of pbx_builtin_getvar_helper()
gets stored and used. This is not threadsafe. This code should be replaced
with the following thread-safe version: