From 4b6c03a108c45793232697d0558a98268028646e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 20 Nov 2009 11:34:53 +0100 Subject: librpc/ndr: remember the highest offset we parsed with relative pointer buffers ndr_*_pull_blob_all() will now work if relative pointers are used. metze --- librpc/ndr/libndr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/ndr/libndr.h') diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 45cb24405f..e881a5c691 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -62,6 +62,7 @@ struct ndr_pull { struct smb_iconv_convenience *iconv_convenience; + uint32_t relative_highest_offset; uint32_t relative_base_offset; struct ndr_token_list *relative_base_list; -- cgit