URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16181142a7b027f754ce67c4129e0a75554f4e66
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1618114 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsigned type value is always >= 0
min_secs is always set to 0
Change-Id: I62e3a5b71b423ae9ae15be1206bd1deeb9962760
Reviewed-on: https://code.wireshark.org/review/12400
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5667cf9 Adding Flow Measurement and Occupancy Sensing Clusters for Zigbee
adds 1618114 sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsigned type value is always >= 0
Summary of changes:
ui/gtk/sctp_graph_dlg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)