Initialize u32BoundElements.

svn path=/trunk/; revision=30333
This commit is contained in:
Stig Bjørlykke 2009-10-05 16:40:38 +00:00
parent be0f4aa44b
commit d200281ff6
1 changed files with 1 additions and 0 deletions

View File

@ -1216,6 +1216,7 @@ dissect_dcom_SAFEARRAY(tvbuff_t *tvb, int offset, packet_info *pinfo,
hf_dcom_sa_elements, &u32Elements);
offset = dissect_dcom_dcerpc_pointer(tvb, offset, pinfo, sub_tree, drep, &u32Pointer);
u32BoundElements = 0;
while(u32Dims--) {
offset = dissect_dcom_DWORD(tvb, offset, pinfo, sub_tree, drep,
hf_dcom_sa_bound_elements, &u32BoundElements);