aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-21 15:01:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-21 15:01:04 +0000
commite2341e6bee8538d0b1785afbd22b3a47e8a54a69 (patch)
treebdf3cb2bc3a72593bb0e92c8c61e1d25f99514ea /doc
parent9279bf9d6d6fb6d1b5b3abd991be745d84264dfb (diff)
Add a simple janitor project
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114325 f38db490-d61c-443f-a65b-d21fe96a405b
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: