Error in rpc_parse/parse_samr.c ?

Jeremy Allison jeremy at valinux.com
Mon Jul 2 21:22:44 GMT 2001


Eelco Vriezekolk wrote:
> 
> Hello,
> 
> I hit the assert error in parse_samr.c line 1651, which I think is not
> correct in its current form:
> 
> --- parse_samr.c-orig   Mon Jul  2 21:34:49 2001
> +++ parse_samr.c        Mon Jul  2 21:25:03 2001
> @@ -1648,7 +1648,7 @@
>          if(!prs_align(ps))
>                  return False;
> 
> -       SMB_ASSERT_ARRAY(sam->sam, num_entries);
> +       //SMB_ASSERT_ARRAY(sam->sam, num_entries);
> 
>          for (i = 0; i < num_entries; i++) {
>                  if(!sam_io_sam_entry3("", &sam->sam[i], ps, depth))

I actually hit the same issue myself a few minutes ago.
This is not quite the correct fix... I'm working on it.

Expect a checkin in a few minutes....

Jeremy.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------




More information about the samba-technical mailing list