← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 694142] [NEW] miniupnpc-patch

 

Public bug reported:

--- miniupnpc/miniupnpc.c	2010-12-22 18:35:14 +0000
+++ miniupnpc/miniupnpc.c	2010-12-24 16:52:49 +0000
@@ -154,7 +154,7 @@
 	while(line < p + n)
 	{
 		linelen = 0;
-		while(line[linelen] != '\r' && line[linelen] != '\r')
+		while(line[linelen] != '\r')
 		{
 			if(line+linelen >= p+n)
 				return;

** Affects: dcplusplus
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/694142

Title:
  miniupnpc-patch

Status in DC++:
  New

Bug description:
  --- miniupnpc/miniupnpc.c	2010-12-22 18:35:14 +0000
+++ miniupnpc/miniupnpc.c	2010-12-24 16:52:49 +0000
@@ -154,7 +154,7 @@
 	while(line < p + n)
 	{
 		linelen = 0;
-		while(line[linelen] != '\r' && line[linelen] != '\r')
+		while(line[linelen] != '\r')
 		{
 			if(line+linelen >= p+n)
 				return;





Follow ups

References