URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e843c6797db98bfceab382d5d7e76727e1014f5e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e843c67 by Evan Huus (eapache@xxxxxxxxx):
wccp: use pinfo-scope memory for addresses
They may be accessed during the print phase, at which point packet-scope memory
has already been freed.
Bug: 10720
Change-Id: Ia2b160fd9de4ccaa3a4b8d9cb70fb9b32d4e08a0
Reviewed-on: https://code.wireshark.org/review/5496
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 85ca1cf conversation_table: fix indent (use 4spaces) and add modelines info
adds e843c67 wccp: use pinfo-scope memory for addresses
Summary of changes:
epan/dissectors/packet-wccp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)