]> git.ipfire.org Git - thirdparty/lxc.git/commit
oss-fuzz: always turn off logging on OSS-Fuzz 3818/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 30 Apr 2021 11:08:34 +0000 (11:08 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 30 Apr 2021 11:19:21 +0000 (11:19 +0000)
commita390325fdfe95bac11ffab9e1b72a6ef42e0295b
treeb642f476fc0880a77a6aa9f2405e4f6d6f1555bc
parent122413ad4efaee09c67689f27f83e0e06ce444c0
oss-fuzz: always turn off logging on OSS-Fuzz

Apparently /proc/self/cmd can't be used (reliably) on OSS-Fuzz to figure out
whether the code is run inside the fuzz targets, which causes the
fuzz targets to fill the filesystem with log files.

Related: https://github.com/google/oss-fuzz/issues/5509
Should address https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33835

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
configure.ac
src/lxc/log.c