Update of /cvsroot/perfparse/_perfparse-phpgui
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4196/phpgui
Modified Files:
Makefile.am Makefile.in
Log Message:
Fixed a buffer overflow with long service/metric names (FG)
Thanks to Jamie Garcia
Index: Makefile.in
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.in 30 Jun 2008 00:55:14 -0000 1.17
--- Makefile.in 9 Nov 2008 00:14:32 -0000 1.18
***************
*** 1,7 ****
! # Makefile.in generated by automake 1.10 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
--- 1,7 ----
! # Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
***************
*** 94,97 ****
--- 94,98 ----
DEFS = @DEFS@
DEPDIR = @DEPDIR@
+ DSYMUTIL = @DSYMUTIL@
ECHO = @ECHO@
ECHO_C = @ECHO_C@
***************
*** 152,155 ****
--- 153,157 ----
MYSQL_CONFIG = @MYSQL_CONFIG@
MYSQL_LIBS = @MYSQL_LIBS@
+ NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
***************
*** 269,272 ****
--- 271,275 ----
templates/mainmenu.tpl.html \
templates/raw_history.tpl.html \
+ templates/raw_history_summary.tpl.html \
templates/read_nag_config.tpl.html \
templates/saved_graphs.tpl.html \
Index: Makefile.am
===================================================================
RCS file: /cvsroot/perfparse/_perfparse-phpgui/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.am 11 Apr 2008 12:54:24 -0000 1.10
--- Makefile.am 9 Nov 2008 00:14:32 -0000 1.11
***************
*** 32,35 ****
--- 32,36 ----
templates/mainmenu.tpl.html \
templates/raw_history.tpl.html \
+ templates/raw_history_summary.tpl.html \
templates/read_nag_config.tpl.html \
templates/saved_graphs.tpl.html \
|