[tor-bugs] #31207 [Core Tor/Tor]: Space out first connection_edge_process_relay_cell() line in circuit_receive_relay_cell()

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Jul 20 00:49:51 UTC 2019


#31207: Space out first connection_edge_process_relay_cell() line in
circuit_receive_relay_cell()
------------------------------+----------------------
     Reporter:  neel          |      Owner:  neel
         Type:  defect        |     Status:  assigned
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------
 The first `if` statement containing `connection_edge_process_relay_cell()`
 looks like this


 {{{
       if ((reason=connection_edge_process_relay_cell(cell, circ, conn,
 NULL))
           < 0) {
 }}}


 Whereas the second looks like this:


 {{{
       if ((reason = connection_edge_process_relay_cell(cell, circ, conn,
                                                        layer_hint)) < 0) {
 }}}

 We should space out the first

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


More information about the tor-bugs mailing list