oss-fuzz/projects/opus
Felicia Lim be9ec2bcd1
[opus] Build with -D_FORTIFY_SOURCE=0 to avoid msan false positives (#4007)
* [opus] Build with -D_FORTIFY_SOURCE=0 to avoid msan false positives

Without this, a silk_memcpy call could resolve to __memcpy_chk,
which does not have an msan intercept, leading to false use-of-uninitialized-value errors.

* [opus] Consolidate cflags

* [opus] Fix typo
2020-06-21 16:34:41 -07:00
..
Dockerfile [opus] Update upstream repository url (#3793) 2020-05-12 13:06:49 -07:00
build.sh [opus] Build with -D_FORTIFY_SOURCE=0 to avoid msan false positives (#4007) 2020-06-21 16:34:41 -07:00
project.yaml Enable dataflow build config for 22 more projects (#1632). (#3519) 2020-03-18 13:12:58 -07:00