URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af8361a90e514b2773202bc602fb223c8426ca70
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
af8361a by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
http: Check for valid tcpinfo pointer
In dissect_http_tcp() the data pointer may be NULL so ensure
we check for this before dereferencing it.
Bug: 13457
Change-Id: I84f4a0e3b416a2829998f20fe59da8770a34e564
Reviewed-on: https://code.wireshark.org/review/20438
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from c293842 nsh: remove duplicate ethertype entry
adds af8361a http: Check for valid tcpinfo pointer
Summary of changes:
epan/dissectors/packet-http.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)