Files
asterisk/apps
Mark Michelson c9670b24a4 Fix potential for stack overflows in app_chanspy.c
When using the 'g' or 'e' options, the stack allocations that
were used could cause a stack overflow if a spyer stayed on the
line long enough without actually successfully spying on anyone.

The problem has been corrected by using static buffers and copying
the contents of the appropriate strings into them instead of using
functions like alloca or ast_strdupa



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@174805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-10 23:17:03 +00:00
..
2008-11-03 01:01:25 +00:00
2008-12-15 14:40:08 +00:00
2009-01-12 16:31:27 +00:00
2009-02-10 07:06:29 +00:00
2009-02-10 07:06:29 +00:00
2008-11-03 01:01:25 +00:00