[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #12512 [Tor]: Two source files are executable
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs