Re: svn commit: samba r19520 - in branches/SAMBA_4_0/source/lib/ldb/samba: .

2006-11-01 Thread simo
On Thu, 2006-11-02 at 07:49 +1100, Andrew Bartlett wrote: > The fundamental problem comes from the fact that ldb presumes that all > buffers have a NULL terminator at v->data[v->length]. However, if you > create a data blob with data_blob(), or the ndr_push_data_blob > functions, this will not co

Re: svn commit: samba r19520 - in branches/SAMBA_4_0/source/lib/ldb/samba: .

2006-11-01 Thread Andrew Bartlett
On Wed, 2006-11-01 at 07:56 -0500, simo wrote: > On Wed, 2006-11-01 at 03:17 +, [EMAIL PROTECTED] wrote: > > Author: abartlet > > Date: 2006-11-01 03:17:23 + (Wed, 01 Nov 2006) > > New Revision: 19520 > > > > WebSVN: > > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=

Re: svn commit: samba r19520 - in branches/SAMBA_4_0/source/lib/ldb/samba: .

2006-11-01 Thread simo
On Wed, 2006-11-01 at 03:17 +, [EMAIL PROTECTED] wrote: > Author: abartlet > Date: 2006-11-01 03:17:23 + (Wed, 01 Nov 2006) > New Revision: 19520 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19520 > > Log: > Try not to read past the end of the ldb buf

svn commit: samba r19520 - in branches/SAMBA_4_0/source/lib/ldb/samba: .

2006-10-31 Thread abartlet
Author: abartlet Date: 2006-11-01 03:17:23 + (Wed, 01 Nov 2006) New Revision: 19520 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19520 Log: Try not to read past the end of the ldb buffer. Andrew Bartlett Modified: branches/SAMBA_4_0/source/lib/ldb/samba/ld