URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a73ee90451d1520bb55ff6b7c5badd9f2aba0dc7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
a73ee90 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Change-Id: Ib63d634b08da60c300e124e93399442adbde1c5e
Reviewed-on: https://code.wireshark.org/review/11169
Reviewed-by: Matthieu Coudron <matthieu.coudron@xxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit f2709f45bbb2f84f2edea7dbd92b8ba98fefd2e9)
Reviewed-on: https://code.wireshark.org/review/11176
Actions performed:
from 2c3d493 TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitialized]
adds a73ee90 TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
Summary of changes:
epan/dissectors/packet-tcp.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)