Skip to content

Commit

Permalink
[systemd] turn off AFL
Browse files Browse the repository at this point in the history
It seems AFLplusplus isn't compatible with meson. Since yesterday systemd has been
failing to build due to an unused command line argument:

```
Compiler stdout:

Compiler stderr:
 clang-12: error: /src/aflplusplus/afl-compiler-rt.o: 'linker' input unused [-Werror,-Wunused-command-line-argument]
clang-12: error: -Wl,--dynamic-list=/src/aflplusplus/dynamic_list.txt: 'linker' input unused [-Werror,-Wunused-command-line-argument]

meson.build:647:16: ERROR: Problem encountered: unable to determine gperf len type
+ exit 1
```

I'm not sure where the argument comes from but it looks like another variation on mesonbuild/meson#4542
  • Loading branch information
evverx committed Feb 1, 2021
1 parent 6723257 commit ba6a89e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/systemd/project.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
homepage: "https://freedesktop.org/wiki/Software/systemd/"
language: c++
language: c
primary_contact: "[email protected]"
builds_per_day: 4
sanitizers:
- address
- undefined
- memory
fuzzing_engines:
- libfuzzer
- honggfuzz
auto_ccs:
- [email protected]
- [email protected]
Expand Down

0 comments on commit ba6a89e

Please sign in to comment.