mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
CVE-2022-44640 selftest: Exclude Heimdal fuzz-inputs from source_chars test
A new file will shorlty fail as it is binary input BUG: https://bugzilla.samba.org/show_bug.cgi?id=14929 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 5a02915913a2410904886e186ada90a36492571f)
This commit is contained in:
parent
994464eee2
commit
d7eccdbb02
@ -70,6 +70,7 @@ IGNORED_RE = (
|
||||
r'^third_party/heimdal/lib/hx509/data/',
|
||||
r'^third_party/heimdal/po',
|
||||
r'^third_party/heimdal/tests/kdc/hdb-mitdb',
|
||||
r'^third_party/heimdal/lib/asn1/fuzz-inputs/',
|
||||
)
|
||||
|
||||
IGNORED_EXTENSIONS = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user