From 629325b5b032f6f328b87a262ca962b3bcce68a1 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sep 04 2013 08:14:59 +0000 Subject: fix sctp bytes graph crash --- diff --git a/wireshark-1.8.x-sctp-bytes-graph-crash.patch b/wireshark-1.8.x-sctp-bytes-graph-crash.patch new file mode 100644 index 0000000..5915d42 --- /dev/null +++ b/wireshark-1.8.x-sctp-bytes-graph-crash.patch @@ -0,0 +1,15 @@ +diff --git a/ui/gtk/sctp_byte_graph_dlg.c b/ui/gtk/sctp_byte_graph_dlg.c +index 0749342..4cd74c6 100644 +--- a/ui/gtk/sctp_byte_graph_dlg.c ++++ b/ui/gtk/sctp_byte_graph_dlg.c +@@ -1145,9 +1145,8 @@ on_button_release_event (GtkWidget *widget _U_, GdkEventButton *event, gpointer + tmptsn =(tsn_t*)(tsnlist->data); + tfirst = tsn->secs + tsn->usecs/1000000.0; + +- while (tsnlist) ++ for (tsnlist = g_list_previous(tsnlist); tsnlist; tsnlist = g_list_previous(tsnlist)) + { +- tsnlist = g_list_previous(tsnlist); + tsn = (tsn_t*) (tsnlist->data); + if (tsn->secs+tsn->usecs/1000000.0= 0.9 @@ -143,6 +144,7 @@ and plugins. %patch6 -p1 -b .pod2man %patch7 -p1 -b .flow-graph-crash %patch8 -p1 -b .dcom-overrun +%patch9 -p1 -b .sctp-bytes-graph-crash %build %ifarch s390 s390x sparcv9 sparc64 @@ -370,6 +372,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/aclocal/* %changelog +* Wed Sep 04 2013 Peter Hatina - 1.10.0-9 +- fix sctp bytes graph crash + * Wed Sep 04 2013 Peter Hatina - 1.10.0-8 - fix string overrun in plugins/profinet