[tor-bugs] #19213 [Core Tor/Tor]: Build failure

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jun 1 07:18:30 UTC 2016


#19213: Build failure
--------------------------+------------------------------
 Reporter:  bc348         |          Owner:
     Type:  defect        |         Status:  needs_review
 Priority:  Medium        |      Milestone:
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------------
Changes (by cypherpunks):

 * status:  new => needs_review
 * component:  Core Tor => Core Tor/Tor


Comment:

 {{{
 diff --git b/src/test/test_util.c a/src/test/test_util.c
 index 2726c31..c3c6035 100644
 --- b/src/test/test_util.c
 +++ a/src/test/test_util.c
 @@ -4664,7 +4664,7 @@ test_util_writepid(void *arg)
    contents = read_file_to_str(fname, 0, NULL);
    tt_assert(contents);

 -  int n = sscanf(contents, "%lu\n%c", &pid, &c);
 +  int n = tor_sscanf(contents, "%lu\n%c", &pid, &c);
    tt_int_op(n, OP_EQ, 1);

  #ifdef _WIN32
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19213#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list