]> git.ipfire.org Git - thirdparty/krb5.git/commit
Disable include and includedir in fuzzing build
authorArjun <pkillarjun@protonmail.com>
Thu, 10 Oct 2024 19:07:52 +0000 (00:37 +0530)
committerGreg Hudson <ghudson@mit.edu>
Mon, 14 Oct 2024 16:18:17 +0000 (12:18 -0400)
commit5319b5666e3cc5420b483c3ec1cfdbc6ccdefa5d
treefd9963b9566f04aa8e2015c70d2f41d052131e77
parent0c72aacb76cffb64d7238a3e6396c96cdbd2afe8
Disable include and includedir in fuzzing build

When building for fuzz teting, ignore "include" and "incluedir"
directives in the profile library's parse_line(), to prevent it from
trying to open non-existent paths generated by the fuzzing library.

[ghudson@mit.edu: edited commit message]
src/util/profile/prof_parse.c