Wireshark-commits: [Wireshark-commits] master-1.12 39a50f4: SCTP: verify frame pointer before deref

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 09:14:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=39a50f4a3feeef031b234a49899af1380b757409
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

39a50f4 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SCTP: verify frame pointer before dereferencing it
    
    Bug: 11767
    Change-Id: Icd01550e0aaa4cd0cc33ae3acc0ef702c38f4db4
    Reviewed-on: https://code.wireshark.org/review/12146
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 2259bf8a827088081bef101f98e4983de8aa8099)
    Conflicts:
    	epan/dissectors/packet-sctp.c
    Reviewed-on: https://code.wireshark.org/review/12174
    

Actions performed:

    from  ff0220f   Fix buffer overrun in zlib decompression
    adds  39a50f4   SCTP: verify frame pointer before dereferencing it


Summary of changes:
 epan/dissectors/packet-sctp.c |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)