mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 19:22:10 +01:00
There are many errors like this one:
wget_options_fuzzer.c: In function 'LLVMFuzzerTestOneInput':
wget_options_fuzzer.c:87:9: error: assignment of read-only variable 'stderr'
stderr = fopen("/dev/null", "w");
^
wget_options_fuzzer.c:98:9: error: assignment of read-only variable 'stderr'
stderr = bak;
^