URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6812cfb6d64c34293500782e8573ead43233d7b9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark
Commits:
6812cfb 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>
(cherry picked from commit e843c6797db98bfceab382d5d7e76727e1014f5e)
Conflicts:
epan/dissectors/packet-wccp.c
Reviewed-on: https://code.wireshark.org/review/6057
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
(cherry picked from commit dea8d025f19481a31e70b810458a009981c13078)
Reviewed-on: https://code.wireshark.org/review/6425
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 69875bf packet-amqp.c: Temporary/preliminary fix for Bug #10582 (crash)
adds 6812cfb wccp: use pinfo-scope memory for addresses
Summary of changes:
epan/dissectors/packet-wccp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)