You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, it's my fault that havn't noticed LXC version. I deploy DELTA on Ubuntu 16.04 with Ryu 4.4. It's a nice testing framework for SDN security. I have tested 15 advanced cases for Ryu. When I conduct "Switch Table flooding" , I have two small recommendation:
in DummySwicth.java,when Ryu deny socket connection, this thread throws SocketException, maybe a UncaughtExceptionHandler is better!
in core/interface.java dis.readUTF() sometimes will throw a NullPointerException, when there is no data to read! Add a judgment condition like this if (dis.available() > 0 && (context = dis.readUTF()) != null)
will be helpful!
I am more interested in fuzzing test, but I don't find the demo to using the fuzzing module, are you going to release it ? thks!!
when i use .//tools/dev/lxc-setup/lxc-setup this commmand, it has an erroe msg;
i change "lxc-copy" to "lxc-clone"!!
The text was updated successfully, but these errors were encountered: