rit-sse-mycroft / core

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Core server crashes when an app sends certain invalid verbs #9

Open robmcl4 opened 10 years ago

robmcl4 commented 10 years ago

If an application sends an invalid verb that starts with a valid prefix (such as MSG_ABCD) then core will crash. I suspect this is the same behavior for all of our verb prefixes.

Note that completely invalid verbs, such as 'ABCD', will correctly result in a general failure response.