* [gentoo-commits] gentoo-x86 commit in net-analyzer/netwatch/files: netwatch-1.3.0.1-fix-fortify.patch
@ 2010-10-05 18:01 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-05 18:01 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/05 18:01:59
Added: netwatch-1.3.0.1-fix-fortify.patch
Log:
Adjust string size to avoid buffer overflow. Bug #339456
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Revision Changes Path
1.1 net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch?rev=1.1&content-type=text/plain
Index: netwatch-1.3.0.1-fix-fortify.patch
===================================================================
Index: netwatch-1.3.0/netwatch.c
===================================================================
--- netwatch-1.3.0.orig/netwatch.c
+++ netwatch-1.3.0/netwatch.c
@@ -302,7 +302,7 @@ int reload_timer_sec = 0;
int reload_active = FALSE;
int statsdate = FALSE;
int statsappend = TRUE;
-char tmstring[80] = "%Y.%m.%d.%H.%M";
+char tmstring[256] = "%Y.%m.%d.%H.%M";
int freezedisplay = FALSE;
int lastfreeze = FALSE;
int sentclear = FALSE;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/netwatch/files: netwatch-1.3.0.1-fix-fortify.patch
@ 2013-12-23 2:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-12-23 2:20 UTC (permalink / raw
To: gentoo-commits
jer 13/12/23 02:20:08
Modified: netwatch-1.3.0.1-fix-fortify.patch
Log:
Clean up one more patch.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch?r1=1.1&r2=1.2
Index: netwatch-1.3.0.1-fix-fortify.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netwatch-1.3.0.1-fix-fortify.patch 5 Oct 2010 18:01:58 -0000 1.1
+++ netwatch-1.3.0.1-fix-fortify.patch 23 Dec 2013 02:20:08 -0000 1.2
@@ -1,7 +1,5 @@
-Index: netwatch-1.3.0/netwatch.c
-===================================================================
---- netwatch-1.3.0.orig/netwatch.c
-+++ netwatch-1.3.0/netwatch.c
+--- a/netwatch.c
++++ b/netwatch.c
@@ -302,7 +302,7 @@ int reload_timer_sec = 0;
int reload_active = FALSE;
int statsdate = FALSE;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-23 2:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 2:20 [gentoo-commits] gentoo-x86 commit in net-analyzer/netwatch/files: netwatch-1.3.0.1-fix-fortify.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2010-10-05 18:01 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox