You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build the synth_fuzzer manually with $LIB_FUZZING_ENGINE
31
+
# Instruct the synth_fuzzer to use "en" for FUZZ_VOICE. We do not set
32
+
# the environment variable at runtime, so we conver https://github.com/espeak-ng/espeak-ng/blob/3dcbe7ea3ea85a9212968d0f05172dde4259e770/tests/fuzzing/synth_fuzzer.c#L54C22-L54C28
33
+
# to const char *lang = "en";//getenv("FUZZ_VOICE");
34
+
sed -i 's/getenv/"en";\/\//g' tests/fuzzing/synth_fuzzer.c
0 commit comments