URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4f44caa3525bb382f903f3abda387ccc0cad806
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f4f44ca by Michael Mann (mmann78@xxxxxxxxxxxx):
FCP: Add NULL check to prevent crash.
Fragmented FCP may not be called on the first pass, so add a NULL
check for proto_data that may not be there.
Bug: 14374
Change-Id: Icbbee8f0eb3a33655323283dbb5a01c350d784dc
Reviewed-on: https://code.wireshark.org/review/25649
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from f29baff Don't assume all packets have time stamps.
adds f4f44ca FCP: Add NULL check to prevent crash.
Summary of changes:
epan/dissectors/packet-fcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)