Wireshark-commits: [Wireshark-commits] lts-1.12.1 7f8e46c: WCCP: initialize address table to 0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Jan 2015 20:29:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f8e46c6f41194c55909e052664e6f40040fe6ff
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark

Commits:

7f8e46c by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    WCCP: initialize address table to 0
    
    It prevents an uninitialized access later on if an exception is triggered before filling the table
    
    Bug: 10806
    Change-Id: I8f75fb18cd8d033013c34093f9d6c8762f23452b
    Reviewed-on: https://code.wireshark.org/review/6056
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit a442a1c0e815fd61416cf408bd74d85a042ccc6a)
    Conflicts:
    	epan/dissectors/packet-wccp.c
    Reviewed-on: https://code.wireshark.org/review/6058
    (cherry picked from commit adce5fa31f01e7894465b42de98b9a7ee69c152a)
    Reviewed-on: https://code.wireshark.org/review/6464
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1c14dd9   LPP: avoid doing an out of bound access in case the PER decoding gives an invalid value
    adds  7f8e46c   WCCP: initialize address table to 0


Summary of changes:
 epan/dissectors/packet-wccp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)