xref: /third_party/cJSON/fuzzing/afl.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/cJSON/fuzzing/
19750e409Sopenharmony_ci#!/bin/bash
29750e409Sopenharmony_ci
39750e409Sopenharmony_cimkdir -p afl-build || exit 1
49750e409Sopenharmony_cicd afl-build || exit 1
59750e409Sopenharmony_ci#cleanup
69750e409Sopenharmony_cirm -r -- *
79750e409Sopenharmony_ci
89750e409Sopenharmony_ciCC=afl-clang-fast cmake ../.. -DENABLE_FUZZING=On -DENABLE_SANITIZERS=On -DBUILD_SHARED_LIBS=Off
99750e409Sopenharmony_cimake afl
10

Indexes created Thu Nov 07 10:32:03 CST 2024