URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=adce5fa31f01e7894465b42de98b9a7ee69c152a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
adce5fa 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
    
Actions performed:
    from  dea8d02   wccp: use pinfo-scope memory for addresses
    adds  adce5fa   WCCP: initialize address table to 0
Summary of changes:
 epan/dissectors/packet-wccp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)