svn commit: samba r25166 - in branches/SAMBA_4_0: . source/pidl/lib/Parse/Pidl source/pidl/tests

Stefan (metze) Metzmacher metze at samba.org
Sat Sep 15 07:24:46 GMT 2007


> +	foreach my $x (@{$type->{ELEMENTS}}) {
> +		return 1 if ($x->{POINTERS});
> +		return 1 if (can_contain_deferred ($x));

Hi Jelmer,

doesn't this needs to be con_contain_deferred($x->{TYPE}),
I'm not sure so please check this.

maybe we should have a more complex test which tested unions with
structs in it where the struct contains a pointer.

metze
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20070915/6bbc8455/signature.bin


More information about the samba-technical mailing list