- Memleaks in xpath parse error

- Static linkage cli fix (worked in 5.3.0 but restructuring broke it)
- Renamed all cligen_ph_active_get to cligen_pt_active_get
- Added AFL deferred init
- test_install.sh for static .a suffix
This commit is contained in:
Olof hagsand 2021-10-03 18:33:06 +02:00
parent d175720b7e
commit 42e61f461c
11 changed files with 59 additions and 41 deletions

View file

@ -2,8 +2,6 @@
This dir contains code for fuzzing clixon cli.
Note: cli plugins do not work.
## Prereqs
Install AFL, see [..](..)
@ -12,7 +10,7 @@ Build and install a clixon system (in particular the backend, the CLI will be re
Build and install CLIgen statically:
```
CC=/usr/bin/afl-clang-fast LINKAGE=static INSTALLFLAGS="" ./configure
./configure LINKAGE=static INSTALLFLAGS="" CC=/usr/bin/afl-clang-fast
```
## Build