Blocked revisions 191628-191629 via svnmerge

........
  r191628 | mmichelson | 2009-05-02 05:21:00 -0500 (Sat, 02 May 2009) | 8 lines
  
  Move static buffers to outside for loops in app_chanspy.
  
  Similar to seanbright's commit 191422, this moves some static buffers
  to be defined outside of for loops since it is undefined if memory
  will be re-used or if the stack will grow with each iteration of the
  loop.
........
  r191629 | mmichelson | 2009-05-02 05:45:24 -0500 (Sat, 02 May 2009) | 3 lines
  
  Kevin has informed me that thi sort of thing is not necessary.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191630 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2009-05-02 10:46:02 +00:00
parent a3229fd3e2
commit 04b4a6ad17

Diff Content Not Available