Various cleanups from comments in an email from Luigi Rizzo. Thank you!
authorRussell Bryant <russell@russellbryant.com>
Fri, 13 Jan 2006 18:38:55 +0000 (18:38 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 13 Jan 2006 18:38:55 +0000 (18:38 +0000)
commit55c8fc92a92d0c105e8b09df178ef01421d49152
tree5a94467aed03520611a253029bd57ee366f338e5
parent3928ebd74fdf42efcd44eba179d5950c4ccf2ab8
Various cleanups from comments in an email from Luigi Rizzo.  Thank you!
- Use a cleaner syntax for declaring the allocation macros
- Fix return value for ast_strdup/ast_strndup
- remove safe_strdup from app_macro, since ast_strup does the same thing
- fix a place in app_queue where ast_calloc+strncpy was used instead of
  ast_strdup.  If you are helping out with these conversions, please watch out
  for other places where this is done.
- add a note to the coding guidelines about the fix to app_queue

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_macro.c
apps/app_queue.c
doc/CODING-GUIDELINES
include/asterisk/utils.h