]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Check result of ast_var_assign() calls for memory allocation failure.
authorWalter Doekes <walter+asterisk@wjd.nu>
Tue, 6 Aug 2013 08:19:42 +0000 (08:19 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Tue, 6 Aug 2013 08:19:42 +0000 (08:19 +0000)
commit5c8ba4c4d63951b3ab388991084f085fa687c301
tree56228e235aa6c840476b9152cdc0232f26cd5440
parent1e03a508781ea6cf8b1476088a500a6ef6327df5
Check result of ast_var_assign() calls for memory allocation failure.

We try to keep the system running even when all available memory is
spent.

Review: https://reviewboard.asterisk.org/r/2734/
........

Merged revisions 396279 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@396287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_playback.c
apps/app_stack.c
funcs/func_global.c
funcs/func_strings.c
main/cdr.c
main/pbx.c
pbx/pbx_dundi.c
pbx/pbx_loopback.c
utils/extconf.c