Wireshark-commits: [Wireshark-commits] master df551b8: No need to operate on full bit width (CID 13

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2016 01:08:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df551b8cb7721ccee775c16b831d9c3fafa5e707
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df551b8 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    No need to operate on full bit width (CID 1355344 / 1355348)
    
    When giving the full bit width to sign extend there's nothing
    left, so return the value straight away (a NULL op).
    
    Change-Id: I48e6612b6a7c89c0a9ddad0974bb83e7c8e0c22d
    Reviewed-on: https://code.wireshark.org/review/14390
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ec2c9a1   ssl: add extra supported ECC/DH groups
    adds  df551b8   No need to operate on full bit width (CID 1355344 / 1355348)


Summary of changes:
 wsutil/sign_ext.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)