projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8087bcb
)
Use 8bit-counters when using libfuzzer
author
Kurt Roeckx
<kurt@roeckx.be>
Sat, 19 Nov 2016 16:15:43 +0000
(17:15 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Fri, 2 Dec 2016 23:14:14 +0000
(
00:14
+0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
GH: #2023
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index c0057818d16c861241676aa569d0808a1591af48..9d564ba1627a274f4be402956105ef81c74081ca 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1111,7
+1111,7
@@
if ($disabled{"dynamic-engine"}) {
}
unless ($disabled{"fuzz-libfuzzer"}) {
- $config{cflags} .= "-fsanitize-coverage=edge,indirect-calls ";
+ $config{cflags} .= "-fsanitize-coverage=edge,indirect-calls
,8bit-counters
";
}
unless ($disabled{asan}) {