Wireshark-commits: [Wireshark-commits] master-1.10 1eb9b9e: fix underflow in BER constrained bitstr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 18:17:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1eb9b9ec1e7cb0a8617ea3b5a94a2d9f5a0869ed
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

1eb9b9e by Evan Huus (evan.huus@xxxxxxxxxxxxxx):

    fix underflow in BER constrained bitstrings
    
    this can happen and cause invalid memory accesses with incorrectly-large padding
    values
    
    Bug:10187
    Change-Id: Ib9b2a2fa10766efb4d95d588f57354a56373c626
    Reviewed-on: https://code.wireshark.org/review/2328
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  9615ddc   isakmp: allow IKEv1 decryption with non-PSK authentication
    adds  1eb9b9e   fix underflow in BER constrained bitstrings


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