ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 5fc9db8: SSL: dynamically allocate session ticket sto

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 3 Mar 2014 15:36:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fc9db83cf50f9fd27e64e3c249fef0f9459a05c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5fc9db8 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SSL: dynamically allocate session ticket storage area to avoid buffer overflow
    
    Fixes bug 9825
    
    Change-Id: I20ae65331ec11b2f6774054df4c026fd5fa76d3a
    Reviewed-on: https://code.wireshark.org/review/447
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  2ab7268   show if the current service is scrambled or free
    adds  5fc9db8   SSL: dynamically allocate session ticket storage area to avoid buffer overflow


Summary of changes:
 epan/dissectors/packet-ssl-utils.c |    4 +++-
 epan/dissectors/packet-ssl-utils.h |    1 -
 epan/dissectors/packet-ssl.c       |    2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)