[tor-bugs] #12512 [Tor]: Two source files are executable

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 2 10:09:27 UTC 2014


#12512: Two source files are executable
-------------------------+------------------------------------
 Reporter:  cypherpunks  |          Owner:
     Type:  defect       |         Status:  new
 Priority:  trivial      |      Milestone:
Component:  Tor          |        Version:  Tor: 0.2.5.4-alpha
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
-------------------------+------------------------------------
 A casual {{{ls -l}}} on {{{src/or}}} highlighted two source files
 (control.c and router.c) as being executable. With the command {{{find
 -executable -type f | grep "\.[c|h]$"}}} it turned out these were the only
 two files with this anomaly. The change was made in commit
 51e13cd1ad5f7c130521e2a964ea462f35d1880e.

 The patch would be:
 {{{
 diff --git a/src/or/control.c b/src/or/control.c
 old mode 100755
 new mode 100644
 diff --git a/src/or/router.c b/src/or/router.c
 old mode 100755
 new mode 100644
 }}}

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


More information about the tor-bugs mailing list