mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
pidl: 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
df24eced48
commit
c87504289f
@ -2665,10 +2665,10 @@ sub ParseFunctionPull($$)
|
||||
|
||||
$self->pidl("#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION");
|
||||
|
||||
# This for fuzzers of ndr_pull where the out elements refer to
|
||||
# This is for fuzzers of ndr_pull where the out elements refer to
|
||||
# in elements in size_is or length_is.
|
||||
#
|
||||
# Not actually very harmful but also not useful outsie a fuzzer
|
||||
# Not actually very harmful but also not useful outside a fuzzer
|
||||
foreach my $e (@{$fn->{ELEMENTS}}) {
|
||||
next unless (grep(/in/, @{$e->{DIRECTION}}));
|
||||
next unless ($e->{LEVELS}[0]->{TYPE} eq "POINTER" and
|
||||
|
Loading…
Reference in New Issue
Block a user