Commit 1b065d07df1968a8584ac4eafcb4c294b0251d53

Nick Mathewson 2013-08-06T19:06:58

Add some assertions to please coverity. In event_process_active_single_queue, EVLIST_INIT must be set on any event that uses one of the event-only closures, and so "ev" will be set in those cases. But coverity's worried here (CIDs numerous). So instead, just add the assertions that should make it happy.