Adam Langley
bff1ce4e6a
Avoid double free when processing DTLS packets.
...
The |item| variable, in both of these cases, may contain a pointer to a
|pitem| structure within |s->d1->buffered_messages|. It was being freed
in the error case while still being in |buffered_messages|. When the
error later caused the |SSL*| to be destroyed, the item would be double
freed.
Thanks to Wah-Teh Chang for spotting that the fix in 1632ef74 was
inconsistent with the other error paths (but correct).
Fixes CVE-2014-3505
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
2014-08-06 20:36:40 +01:00
..
2005-04-11 14:17:07 +00:00
2012-04-16 17:42:36 +00:00
2014-08-06 20:36:40 +01:00
2013-11-01 21:41:52 +00:00
2013-09-05 21:39:42 +01:00
2014-06-29 21:05:23 +01:00
2013-04-09 14:02:48 +01:00
2014-06-01 21:36:25 +01:00
2012-02-11 22:53:31 +00:00
2014-07-15 18:23:13 +01:00
2013-04-09 14:02:48 +01:00
2014-07-24 19:41:29 +01:00
2012-07-05 13:20:19 +00:00
2009-04-23 16:32:42 +00:00
2014-07-01 13:02:57 -04:00
2014-02-26 15:33:11 +00:00
2014-07-24 19:41:29 +01:00
2014-03-28 14:56:30 +00:00
2013-09-08 13:14:03 +01:00
2014-06-09 12:09:52 +01:00
2008-10-12 14:32:47 +00:00
2013-02-06 14:16:55 +00:00
2014-03-28 14:56:30 +00:00
2014-03-28 14:56:30 +00:00
2013-09-05 21:39:42 +01:00
2014-07-04 13:26:35 +01:00
2014-06-13 15:36:20 +01:00
2014-06-29 21:05:23 +01:00
2008-10-12 14:32:47 +00:00
2014-07-05 23:56:54 +02:00
2014-07-05 13:19:12 +01:00
2014-07-04 13:26:35 +01:00
2014-06-27 16:51:26 +01:00
2011-04-29 22:56:51 +00:00
2002-07-10 07:01:54 +00:00
2014-03-28 14:56:30 +00:00
2011-11-21 22:52:13 +00:00
2011-04-29 22:37:12 +00:00
2014-07-04 13:26:35 +01:00
1998-12-21 10:56:39 +00:00
2013-05-13 22:49:58 +02:00
2014-05-07 23:54:25 +01:00
2014-04-21 16:52:28 +01:00
2014-07-14 18:31:55 +01:00
2014-03-27 16:12:40 +00:00
2001-02-20 08:13:47 +00:00
2014-07-05 15:00:53 +01:00
2014-07-04 13:26:35 +01:00
2014-07-24 19:41:29 +01:00
2014-03-28 14:56:30 +00:00
2013-09-06 13:59:13 +01:00
2014-07-04 13:26:35 +01:00
2002-11-13 15:43:43 +00:00
2014-05-24 00:02:24 +01:00
2014-07-24 19:41:29 +01:00
2012-07-05 13:20:02 +00:00
2014-07-24 19:41:29 +01:00
2014-07-04 13:26:35 +01:00
2013-03-18 14:53:59 +00:00
2014-07-01 13:22:38 -04:00
2014-07-02 00:11:10 +01:00
2013-03-18 14:53:59 +00:00
2009-12-27 22:58:55 +00:00
2013-03-18 14:53:59 +00:00
2014-05-20 11:09:04 +01:00
2014-07-04 13:26:35 +01:00
2011-12-14 22:17:06 +00:00