URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a442a1c0e815fd61416cf408bd74d85a042ccc6a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a442a1c 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>
Actions performed:
from f2224bc rpc: Prevent "malformed" for RPC 'NULL proc' packets.
adds a442a1c WCCP: initialize address table to 0
Summary of changes:
epan/dissectors/packet-wccp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)