Commits
Mark Lipscombe committed 6288af5ef19
FS-8413: Segfault calling session:getVariable(nil) in lua script script calling session:getVariable() with a null variable name will cause FreeSWITCH to segfault. This change checks whether varname parameter to switch_channel_get_variable_dup is non-NULL.