You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx
Tilghman Lesher 39e797b9d9
Allow global variables after substitution to be as long as other variables.
17 years ago
..
ael (closes issue #14022) 17 years ago
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
dundi-parser.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 19 years ago
dundi-parser.h
pbx_ael.c This patch fixes a problem where a goto (or jump, in this case) 17 years ago
pbx_config.c Allow global variables after substitution to be as long as other variables. 17 years ago
pbx_dundi.c Specify uint32_t for variables storing a CRC32 so that it is actually 32 bits 17 years ago
pbx_gtkconsole.c 1) Don't print the verbose marker in front of every message from ast_verbose() 18 years ago
pbx_loopback.c Due to incorrect use of the AST_LIST_INSERT_HEAD() macro the loopback switch 18 years ago
pbx_realtime.c Fix the potential use of an uninitialized buffer in a log message. 18 years ago
pbx_spool.c If an entry is added to the directory during a scan when another entry expires, 17 years ago