Merged revisions 321042 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Thu, 26 May 2011 17:35:55 +0000 (17:35 +0000)
committerTerry Wilson <twilson@digium.com>
Thu, 26 May 2011 17:35:55 +0000 (17:35 +0000)
commit0c34e54d1ac88ab5d6666b3e0dbf19b1588f2436
tree56ecb5e4f80bbd8a4a31eb2521192adb5d6f2016
parent39281ed5dfafc2125baacff8e4411fb360d6eb32
Merged revisions 321042 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r321042 | twilson | 2011-05-26 10:29:54 -0700 (Thu, 26 May 2011) | 6 lines

  Initialize stack-allocated ast_sockaddrs before use

  It is important to always initialize ast_sockaddrs before use--even if they
  are passed to ast_sockaddr_copy as the underlying storage could be bigger
  than what ends up being copied--leaving part of the data unitialized.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@321043 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/rtp_engine.c