Wireshark-commits: [Wireshark-commits] master-2.6 d055190: OpcUa: fix in function	getExtensionObjec
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d055190514bf5af919ba2465688fd3c12b9823b7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
d055190 by Erika Szelleova (szelleerika@xxxxxxxxx):
    OpcUa: fix in function getExtensionObjectType
    
    The function getExtensionObjectType was not reading the corrects bytes,
    this sometimes ended in reading outside the buffer and that way
    exception was raised even for correct packets.
    
    Bug: 14465
    Change-Id: I5d7d9ca5f43f0afbc93f40487a78709c52f0658a
    Reviewed-on: https://code.wireshark.org/review/28328
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 6b13c05da11e7735b4a50995c23ecf309d55a62d)
    Reviewed-on: https://code.wireshark.org/review/28714
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  b7a09de   Fix in CRC checker for FPP
    adds  d055190   OpcUa: fix in function getExtensionObjectType
Summary of changes:
 plugins/epan/opcua/opcua_simpletypes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)