-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hang when sending malformed event #23
Comments
My money is on XSB. Since comma is reserved, its probably throwing an error Likely we're missing a validation check in inc_event_to_formulas. On Thu, Nov 7, 2013 at 4:46 PM, Andrew Ferguson notifications@github.comwrote:
|
sounds plausible -- a bit like an SQL injection attack. :-) would |
more kinds of "malformed" input which we should handle properly:
the only acceptable MAC address format turns out to be decimal :-(
|
I attempted to send an event like this, thinking I needed a comma between different key=value pairs:
but that would hang, presumably waiting for a reply from FlowLog. FlowLog also seem to hang since later packet_in notifications did not trigger. FlowLog did seem to be processing properly:
(this was with -verbose 3) ... hence, I'm not sure where the bug was that caused FlowLog to hang. possibilities include the parser and XSB.
The text was updated successfully, but these errors were encountered: