Bugs item #2134438, was opened at 2008-09-28 18:08
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=611248&aid=2134438&group_id=95403

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Luca Bigliardi (shammash)
Summary: infinite loop while parsing unknown vde arguments

Initial Comment:
Unkown arguments for `vdeqemu -net vde...' will cause the argument parser to 
loop forever.

Suggested patch: pass arguments from the first unknown to qemu.

email (per req): tf...@hszk.bme.hu

--- src/vdeq.c  (revision 325)
+++ src/vdeq.c  (working copy)
@@ -264,6 +264,8 @@
                        while (*arg != 0 && *arg != ',')
                                arg++;
                }
+               else
+                       break;
        }
 
        snprintf(newarg,128,"tap,vlan=%d,fd=%d%s%s",vlan,fd,(*arg == 
0)?"":",",arg);


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2011-04-07 00:55

Message:
EMoBvq  <a href="http://jlmxfvjsoozp.com/";>jlmxfvjsoozp</a>,
[url=http://rhbxjzevwgtj.com/]rhbxjzevwgtj[/url],
[link=http://boexfhuztdjw.com/]boexfhuztdjw[/link],
http://jqwyvtlyeqir.com/

----------------------------------------------------------------------

Comment By: Luca Bigliardi (shammash)
Date: 2008-09-29 19:16

Message:
Fixed in svn revision 326.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=611248&aid=2134438&group_id=95403

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
vde-users mailing list
vde-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vde-users

Reply via email to