1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

fuzz: fix multiple comment headers

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2021-05-14 15:05:05 +12:00 committed by Andrew Bartlett
parent 6d216dc365
commit 0cb833b32c
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
Fuzz NMB parse_packet
Fuzz cli_credentials_parse_string
Copyright (C) Catalyst IT 2020
This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/*
Fuzz NMB parse_packet
Fuzz dcerpc_parse_binding
Copyright (C) Catalyst IT 2020
This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/*
Fuzzing ldb_parse_control_from_string
Fuzzing ldb_dn_explode
Copyright (C) Catalyst IT 2020
This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/*
Fuzzing ldb_parse_control_from_string
Fuzzing ldb_ldif_read_string
Copyright (C) Catalyst IT 2020
This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/*
Fuzzing ldb_parse_control_from_string
Fuzzing ldb_binary_decode and ldb_binary_encode_string
Copyright (C) Catalyst IT 2020
This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/*
Unix SMB/CIFS implementation.
SMB torture tester
Fuzzer for pidl-generated NDR pipes.
Copyright (C) Andrew Tridgell 2003
Copyright (C) Jelmer Vernooij 2006
Copyright (C) Andrew Bartlett 2019