]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 269417 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Wed, 9 Jun 2010 21:13:30 +0000 (21:13 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 9 Jun 2010 21:13:30 +0000 (21:13 +0000)
commit2fd6cbc156b7ea97268bb8b8d7f68d394954b94c
tree73b5e68cc7e8e918c0abddd427d57a6d5c8808aa
parent379d6cd25a0eda32d0ecd8deb48e2327a098d37b
Merged revisions 269417 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r269417 | russell | 2010-06-09 16:11:43 -0500 (Wed, 09 Jun 2010) | 6 lines

  Resolve an invalid memory read on an event.

  Valgrind pointed out that attempting to get an IE value from an event that has
  no IEs produces an invalid memory read past the end of the event.  Thanks to
  mmichelson for pointing the problem out to me and then testing the fix.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@269418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/event.h
main/event.c