aboutsummaryrefslogtreecommitdiff
path: root/projects/firefox
diff options
context:
space:
mode:
authorpdknsk <pdknsk@gmail.com>2018-10-01 15:43:58 +0200
committerMax Moroz <dor3s1@gmail.com>2018-10-01 06:43:58 -0700
commitc49f46fa0c7e3603c7ba75d0e5c73609e8e3c75f (patch)
tree82e45ad8d50c20d6bcfd96a60f3e90a8e626e98e /projects/firefox
parent7703e360de991dab9f0c2dc1b8fb984af7d90a14 (diff)
downloadoss-fuzz-c49f46fa0c7e3603c7ba75d0e5c73609e8e3c75f.tar.gz
[firefox] rename profile to coverage (#1841)
Diffstat (limited to 'projects/firefox')
-rwxr-xr-xprojects/firefox/build.sh2
-rw-r--r--projects/firefox/mozconfig.address2
-rw-r--r--projects/firefox/mozconfig.coverage (renamed from projects/firefox/mozconfig.profile)0
-rw-r--r--projects/firefox/mozconfig.undefined2
4 files changed, 2 insertions, 4 deletions
diff --git a/projects/firefox/build.sh b/projects/firefox/build.sh
index 68ba23d9e..78af57b49 100755
--- a/projects/firefox/build.sh
+++ b/projects/firefox/build.sh
@@ -15,8 +15,6 @@
#
################################################################################
-[[ $SANITIZER = "coverage" ]] && touch $OUT/exit && exit 0
-
# Case-sensitive names of internal Firefox fuzzing targets. Edit to add more.
FUZZ_TARGETS=(
SdpParser
diff --git a/projects/firefox/mozconfig.address b/projects/firefox/mozconfig.address
index 5f7936271..c9eb33d0b 100644
--- a/projects/firefox/mozconfig.address
+++ b/projects/firefox/mozconfig.address
@@ -1,4 +1,4 @@
-. $SRC/mozconfig.profile
+. $SRC/mozconfig.coverage
ac_add_options --enable-address-sanitizer
mk_add_options CFLAGS= CXXFLAGS=
diff --git a/projects/firefox/mozconfig.profile b/projects/firefox/mozconfig.coverage
index 86459bde4..86459bde4 100644
--- a/projects/firefox/mozconfig.profile
+++ b/projects/firefox/mozconfig.coverage
diff --git a/projects/firefox/mozconfig.undefined b/projects/firefox/mozconfig.undefined
index 2b477ef73..f4140205f 100644
--- a/projects/firefox/mozconfig.undefined
+++ b/projects/firefox/mozconfig.undefined
@@ -1,4 +1,4 @@
-. $SRC/mozconfig.profile
+. $SRC/mozconfig.coverage
ac_add_options --enable-undefined-sanitizer=bool,bounds,return,pointer-overflow,signed-integer-overflow,vla-bound
mk_add_options CFLAGS= CXXFLAGS=