mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/fuzzing: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f6bc1ad966
commit
ac86015041
@ -123,7 +123,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *input, size_t len)
|
||||
* abort();
|
||||
* }
|
||||
*
|
||||
* but that isn't really fair. The docompilation into SDDL
|
||||
* but that isn't really fair. The decompilation into SDDL
|
||||
* does not make thorough sanity checks because that is not
|
||||
* its job -- it is just trying to depict what is there -- and
|
||||
* there are many ambiguous decompilations.
|
||||
|
@ -206,7 +206,7 @@ def SAMBA_NDR_FUZZ(bld, interface, auto_deps=False,
|
||||
|
||||
Build.BuildContext.SAMBA_NDR_FUZZ = SAMBA_NDR_FUZZ
|
||||
|
||||
# fuzz_ndr_X is generated from the list if IDL fed to PIDL
|
||||
# fuzz_ndr_X is generated from the list of IDL fed to PIDL
|
||||
# however there are exceptions to the normal pattern
|
||||
bld.SAMBA_NDR_FUZZ('iremotewinspool') # winspool.idl
|
||||
bld.SAMBA_NDR_FUZZ('FileServerVssAgent') # fsvrp.idl
|
||||
|
Loading…
Reference in New Issue
Block a user