Wireshark-commits: [Wireshark-commits] master-2.0 199756b: SMB: Limit Export object	files to 32 bit
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=199756b43db99217f37629611a511ec48caf49a3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
199756b by Michael Mann (mmann78@xxxxxxxxxxxx):
    SMB: Limit Export object files to 32 bits.
    
    Most of the file offset fields are 32-bit, but the algorithms use gsize
    variables, which can vary between 32 and 64 bit builds.  The 64-bit
    builds are the ones with the problem with "garbage" data comes from
    (effectively) invalid 32-bit offsets.
    
    Bug: 11133
    Change-Id: Icb5d31ae732f9177f3a117dfae39bf1cc983d603
    Reviewed-on: https://code.wireshark.org/review/19091
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  deefa5b   Bluetooth: BTLE*: Initialize what initialized was not
    adds  199756b   SMB: Limit Export object files to 32 bits.
Summary of changes:
 ui/export_object_smb.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)