-
- Downloads
so that paths and filename are writable by asterisk.c without causing segfaults. This involves defining the variables as const char *, and having them point to as static, writable buffer defined in asterisk.c On passing, fix some errors in using these variables in some files in utils/ , and in res/snmp/agent.c which was redefining a variable without using paths.h (not applicable to 1.4) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/paths.h 17 additions, 17 deletionsinclude/asterisk/paths.h
- main/asterisk.c 84 additions, 60 deletionsmain/asterisk.c
- res/snmp/agent.c 1 addition, 3 deletionsres/snmp/agent.c
- utils/ael_main.c 8 additions, 5 deletionsutils/ael_main.c
- utils/conf2ael.c 3 additions, 8 deletionsutils/conf2ael.c
- utils/extconf.c 1 addition, 1 deletionutils/extconf.c
Loading
Please register or sign in to comment