aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_gtalk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-20 22:14:35 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-20 22:14:35 +0000
commit075620eba46838e7bb2428ca29fb1fcaa4f21310 (patch)
tree0c5627c87d28143021ea97111f35d604f5624d68 /channels/chan_gtalk.c
parentc389398945c8b2b757f5beb0870dc5f1522baa07 (diff)
Fix a crash in the ChanSpy application. The issue here is that if you call
ChanSpy and specify a spy group, and sit in the application long enough looping through the channel list, you will eventually run out of stack space and the application with exit with a seg fault. The backtrace was always inside of a harmless snprintf() call, so it was tricky to track down. However, it turned out that the call to snprintf() was just the biggest stack consumer in this code path, so it would always be the first one to hit the boundary. (closes issue #13338) Reported by: ruddy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@139213 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_gtalk.c')
0 files changed, 0 insertions, 0 deletions