[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #14740 [Tor]: Segmentation fault on scheduler domain messages
#14740: Segmentation fault on scheduler domain messages
-------------------------+------------------------------------
Reporter: cypherpunks | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version: Tor: 0.2.6.2-alpha
Keywords: | Actual Points:
Parent ID: | Points:
-------------------------+------------------------------------
The introduction of the scheduler in
d438cf1ec9d5de08b8a8fffd7c38b66134fd337c has no string representing these
types of domain messages. The list of domains (in `src/common/log.c`) is
currently
{{{
static const char *domain_list[] = {
"GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
"HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",
"OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", "CHANNEL", NULL
};
}}}
This should include a string for the scheduler domain. The segmentation
fault is reproducible by executing Tor as `tor --LogMessageDomains 1 --Log
debug`.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14740>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs