Wireshark-commits: [Wireshark-commits] master-2.0 5ca0539: TCP: ensure that tcpheader structure is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Oct 2015 10:36:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ca0539cd64e4804b11d00235bca0e31a1bc3d42
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

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

    TCP: ensure that tcpheader structure is initialized to 0
    
    Otherwise tcph->th_mptcp pointer can have a random value
    
    Bug: 11593
    Change-Id: I2567fc7e0e78b7c9b4825abf6dcc86c9ee826f03
    Reviewed-on: https://code.wireshark.org/review/11056
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  de81af8   cmake: avoid adding -fPIE to libraries (fixes gcc 4.7)
    adds  5ca0539   TCP: ensure that tcpheader structure is initialized to 0


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