Aleric Inglewood
63ae33eca7
Fix crash in AICurlPrivate::curlthread::PollSet::next
...
Introduced in
6dcda3595e
(Add recovery for randomly closed socket desciptors.)
By copying CurlSocketInfo* into mCopiedFileDescriptors, it was possible
that we accessed a deleted CurlSocketInfo for it's filedescriptor,
returning a random value, which, when passed to FD_ISSET could cause a
SIGSEGV.
I reverted this change and now store the literal socket descriptors in
mCopiedFileDescriptors again. It is not a problem when libcurl deletes
the corresponding CurlSocketInfo (through a callback to
MultiHandle::socket_callback) in that case, because the fd_set we test
against isn't updated as a result of that, not until we're down with
mCopiedFileDescriptors (at the re-entry of select()).
2013-01-08 23:43:25 +01:00
..
2012-04-29 00:25:40 -04:00
2013-01-03 21:06:20 +01:00
2012-12-31 19:24:37 +01:00
2012-12-31 19:24:37 +01:00
2012-12-31 19:24:37 +01:00
2012-11-29 11:58:41 -06:00
2012-11-19 04:42:02 +01:00
2012-12-31 19:24:37 +01:00
2013-01-08 23:43:25 +01:00
2012-11-07 15:41:50 +01:00
2013-01-08 17:50:09 +01:00
2012-12-24 19:58:54 +01:00
2012-12-25 04:53:16 -05:00
2012-10-30 21:18:15 +01:00
2012-11-12 04:12:28 +01:00
2012-12-24 02:54:36 +01:00
2012-12-24 02:54:36 +01:00
2012-08-13 19:30:35 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 09:11:36 +01:00
2012-03-06 09:11:36 +01:00
2012-06-30 21:14:18 +02:00
2012-03-06 07:31:15 +01:00
2012-12-10 11:24:25 -05:00
2012-12-10 11:24:25 -05:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-10-26 04:13:29 +02:00
2012-10-26 04:13:29 +02:00
2012-03-06 07:31:15 +01:00
2012-08-20 21:18:19 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-08-09 10:56:29 -04:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2012-07-21 03:01:42 -04:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-09-20 04:49:43 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-12-24 19:58:54 +01:00
2012-12-27 17:38:28 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-10-31 05:01:24 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-09-20 04:49:43 +02:00
2012-03-06 07:31:15 +01:00
2012-07-15 22:46:38 +02:00
2012-07-16 22:35:04 +02:00
2012-07-21 03:01:42 -04:00
2012-07-22 11:26:36 +02:00
2012-07-22 11:26:36 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-07-22 11:26:36 +02:00
2012-07-22 11:26:36 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-11-04 03:30:49 +01:00
2012-11-04 03:30:49 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-07-22 11:26:36 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-08-09 22:50:05 -05:00
2012-09-20 16:50:03 +02:00
2012-03-06 07:31:15 +01:00
2012-08-05 18:51:21 +02:00
2012-06-28 04:08:25 -04:00
2012-07-22 11:26:36 +02:00
2012-07-22 11:26:36 +02:00
2012-03-06 07:31:15 +01:00
2012-02-18 02:22:49 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-10-31 23:11:42 +01:00
2012-10-31 23:11:42 +01:00
2012-07-22 11:26:36 +02:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-12-22 19:07:08 +01:00
2012-12-22 19:07:08 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-07-20 08:13:07 -04:00
2012-07-02 19:45:41 +00:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-08-29 13:34:27 -04:00
2012-08-29 13:34:27 -04:00
2012-03-06 07:31:15 +01:00
2012-11-05 03:22:57 +01:00
2012-11-03 14:13:13 +01:00
2012-04-28 21:29:52 -04:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00
2012-03-06 07:31:15 +01:00