[tor-bugs] #9288 [Tor]: Invalid memory read in `pt_configure_remaining_proxies()`
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jul 18 14:21:57 UTC 2013
#9288: Invalid memory read in `pt_configure_remaining_proxies()`
---------------------------+------------------------------------------------
Reporter: asn | Owner:
Type: defect | Status: needs_revision
Priority: major | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: tor-client pt | Parent:
Points: | Actualpoints:
---------------------------+------------------------------------------------
Changes (by nickm):
* status: needs_review => needs_revision
Comment:
{{{
if (proxy_configuration_finished(mp))
handle_finished_proxy(mp);
+ configuration_finished = 1;
}}}
You need some braces there: C isn't python. :)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9288#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list