Revision: 6116
http://ipcop.svn.sourceforge.net/ipcop/?rev=6116&view=rev
Author: gespinasse
Date: 2011-11-19 11:00:30 +0000 (Sat, 19 Nov 2011)
Log Message:
-----------
Fix to 'call to __builtin___strncat_chk might overflow destination buffer' in
ubs-modeswitch-1.2.0
Modified Paths:
--------------
ipcop/trunk/lfs/usb-modeswitch
ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3
ipcop/trunk/updates/2.0.3/information.xml
Modified: ipcop/trunk/lfs/usb-modeswitch
===================================================================
--- ipcop/trunk/lfs/usb-modeswitch 2011-11-18 18:40:50 UTC (rev 6115)
+++ ipcop/trunk/lfs/usb-modeswitch 2011-11-19 11:00:30 UTC (rev 6116)
@@ -82,6 +82,8 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) $(DIR_DATAAPP) && cd $(DIR_SRC) && tar xf
$(DIR_DL)/$(DL_FILE)
+ # Fix /usr/include/bits/string3.h:154: warning: call to
__builtin___strncat_chk might overflow destination buffer
+ cd $(DIR_APP) && sed -i -e 's/MAX_ARGSIZE)/MAX_ARGSIZE-1)/' dispatcher.c
# Use usb_modeswitch_dispatcher statically linked with TCL interpreter
cd $(DIR_APP) && make install-static
Modified: ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3
===================================================================
--- ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-11-18 18:40:50 UTC
(rev 6115)
+++ ipcop/trunk/updates/2.0.3/ROOTFILES.i486-2.0.3 2011-11-19 11:00:30 UTC
(rev 6116)
@@ -1 +1,4 @@
## please place IPCop files first, then packages sorted by alphabetical order
+##
+## usb-modeswitch-1.9.2 fix to 'call to __builtin___strncat_chk might overflow
destination buffer'
+/usr/sbin/usb_modeswitch_dispatcher
Modified: ipcop/trunk/updates/2.0.3/information.xml
===================================================================
--- ipcop/trunk/updates/2.0.3/information.xml 2011-11-18 18:40:50 UTC (rev
6115)
+++ ipcop/trunk/updates/2.0.3/information.xml 2011-11-19 11:00:30 UTC (rev
6116)
@@ -3,7 +3,7 @@
<version>2.0.3</version>
<releasedate>2011-mm-dd</releasedate>
<size>0</size>
- <description>Description (needs modification, shortly before release
at the latest).</description>
+ <description>Fix _builtin___strncat_chk might overflow in
usb-modemswitch-1.2.0.</description>
<previousversion>2.0.2</previousversion>
<installdate>INSTALLDATE</installdate>
<latest />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn