Files
asterisk/main
Richard Mudgett 71b3c9a749 format.c: Fix misuse of hash container function.
The supplied hash function to a container must be idempotent given the
object's key value to figure out which container bucket the object belongs
in.  Returning a random number or the current container count is not
idempotent.  The "computed hash" value doesn't help find the object later
in those cases.

* Fixed the format_list container to actually be a list since that is how
the container is used.  Conceptually, if more than 283 formats were added
to the format_list then odd things may have happened before the fix.
........

Merged revisions 415728 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 415729 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@415730 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-06-11 23:01:19 +00:00
..
2014-05-09 22:49:26 +00:00
2012-06-15 16:20:16 +00:00
2014-05-09 22:49:26 +00:00
2012-03-24 02:42:42 +00:00
2012-09-21 17:14:59 +00:00
2013-08-20 15:36:10 +00:00
2012-06-15 16:20:16 +00:00
2014-05-09 22:49:26 +00:00
2013-08-28 16:09:12 +00:00
2014-05-09 22:49:26 +00:00
2013-07-04 13:06:15 +00:00
2012-03-22 19:51:16 +00:00
2013-06-29 00:18:57 +00:00
2014-05-09 22:49:26 +00:00
2012-03-22 19:51:16 +00:00
2014-05-23 14:36:40 +00:00
2014-01-17 21:33:26 +00:00
2012-06-15 16:20:16 +00:00
2013-08-16 16:26:11 +00:00
2013-09-10 18:05:47 +00:00
2012-12-11 22:25:21 +00:00
2014-05-09 22:49:26 +00:00
2012-04-28 01:33:49 +00:00
2013-08-30 19:22:59 +00:00
2012-06-15 16:20:16 +00:00
2012-06-15 16:20:16 +00:00
2014-05-13 13:39:21 +00:00
2012-09-21 17:14:59 +00:00
2013-12-20 19:06:57 +00:00
2012-06-15 16:20:16 +00:00
2012-09-21 17:14:59 +00:00
2013-02-14 18:47:56 +00:00
2012-06-15 16:20:16 +00:00