From e29b987b30e2431f5829cec6a197a2721a08c1f1 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 21 Apr 2008 15:01:04 +0000 Subject: Add a simple janitor project git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114325 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/janitor-projects.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/janitor-projects.txt') 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: -- cgit v1.2.3