Open Bug 1199152 Opened 9 years ago Updated 2 years ago

Some source files in firefox repository are executable

Categories

(Core :: General, defect)

38 Branch
defect

Tracking

()

People

(Reporter: pjasicek, Unassigned)

Details

Attachments

(1 file)

Attached file src_exec_files.out
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150518070114

Steps to reproduce:

1) cd into firefox repository
2) use this command find . -perm -111 -type f -name '*.h' 
  - '*.h' can be replaced with any source code extension, like cpp, cc, c..
3) see list of files which have executable permissions

Attached is list of *.cpp, *.h, *.c, *.cc files with executable permissions



Expected results:

source code files should not have executable permissions
Last time this got fixed (that I could find) was bug 542460.
Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true
Product: Firefox → Core
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: