Revision: 584
http://sourceforge.net/p/vde/svn/584
Author: garden
Date: 2014-10-12 20:49:53 +0000 (Sun, 12 Oct 2014)
Log Message:
-----------
Add missing format string in snprintf.
Modified Paths:
--------------
trunk/vde-2/src/vde_router/vde_router.c
Modified: trunk/vde-2/src/vde_router/vde_router.c
===================================================================
--- trunk/vde-2/src/vde_router/vde_router.c 2014-10-12 20:34:33 UTC (rev
583)
+++ trunk/vde-2/src/vde_router/vde_router.c 2014-10-12 20:49:53 UTC (rev
584)
@@ -1357,7 +1357,7 @@
return nfds;
}
if (nfds < MAXCONN) {
- snprintf(buf,MAXCMD,header);
+ snprintf(buf,MAXCMD,"%s",header);
write(new,buf,strlen(buf));
write(new,prompt,strlen(prompt));
pfd[nfds].fd=new;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
vde-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vde-users