Wireshark-commits: [Wireshark-commits] master-2.6 1fd2616: Fix signed vs. unsigned comparison warni

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Jun 2018 22:14:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1fd26168e44f36cf04a67171678ef153e25858a1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

1fd2616 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix signed vs. unsigned comparison warning.
    
    (In retrospect, signed offsets probably were the wrong choice; we
    rarely, if ever, use them to signify offsets from the end of the packet.
    Let's not do so any more in the future.)
    
    Change-Id: I7ace539be8bf927e21148c34b71e9c2b7535581e
    Reviewed-on: https://code.wireshark.org/review/28245
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 96c4655ae088c5162799df3b799696b6dece814f)
    Reviewed-on: https://code.wireshark.org/review/28246
    

Actions performed:

    from  730003d   Add some length checks, remove a DISSECTOR_ASSERT().
    adds  1fd2616   Fix signed vs. unsigned comparison warning.


Summary of changes:
 epan/crypt/dot11decrypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)