[lxc-devel] [lxc/lxc] f329f0: fuzz: create tmpfiles in /tmp

Christian Brauner noreply at github.com
Fri Mar 26 19:45:55 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: f329f022a9870cf280b286e820eb73da7b71897c
      https://github.com/lxc/lxc/commit/f329f022a9870cf280b286e820eb73da7b71897c
  Author: Evgeny Vereshchagin <evvers at ya.ru>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    M src/tests/fuzz-lxc-config-read.c

  Log Message:
  -----------
  fuzz: create tmpfiles in /tmp

It's mostly a cosmetic change that should prevent the fuzzer
from cluttering the "$OUT" directory (which OSS-Fuzz uses to
build docker images):

```
Step #44: Already have image: gcr.io/oss-fuzz/lxc
Step #44:   adding: fuzz-lxc-config-read (deflated 67%)
Step #44:   adding: fuzz-lxc-config-read-WBWKxN (deflated 32%)
Step #44:   adding: fuzz-lxc-config-read_seed_corpus.zip (stored 0%)
Step #44:   adding: honggfuzz (deflated 66%)
Step #44:   adding: llvm-symbolizer (deflated 65%)
```

Signed-off-by: Evgeny Vereshchagin <evvers at ya.ru>


  Commit: 77d755ce045345ba5569b09c595a9eed357ea2a7
      https://github.com/lxc/lxc/commit/77d755ce045345ba5569b09c595a9eed357ea2a7
  Author: Evgeny Vereshchagin <evvers at ya.ru>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: add OSS-Fuzz/CIFuzz badges

Signed-off-by: Evgeny Vereshchagin <evvers at ya.ru>


  Commit: 98f9e64d332654a9c67bc6057edb3b6aee0c9cdb
      https://github.com/lxc/lxc/commit/98f9e64d332654a9c67bc6057edb3b6aee0c9cdb
  Author: Evgeny Vereshchagin <evvers at ya.ru>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    M src/tests/oss-fuzz.sh

  Log Message:
  -----------
  fuzz: generate all the config keys and add them to the seed corpus

It should help to cover more code faster

Signed-off-by: Evgeny Vereshchagin <evvers at ya.ru>


  Commit: 6583a65090892d48dbd39368453e90050d37035b
      https://github.com/lxc/lxc/commit/6583a65090892d48dbd39368453e90050d37035b
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    M README.md
    M src/tests/fuzz-lxc-config-read.c
    M src/tests/oss-fuzz.sh

  Log Message:
  -----------
  Merge pull request #3737 from evverx/oss-fuzz-fixes

oss-fuzz: a few follow-up commits


Compare: https://github.com/lxc/lxc/compare/647d0e011add...6583a6509089


More information about the lxc-devel mailing list