uhub/src
Blair Bonnett 3f777ce5e2 Fix msg_check_escapes() so it allows escaped backslashes.
If a valid escape (\n, \s, or \\) is found, increment the pointer
marking the start of the next search so we don't start looking at the
escaped character. The old behaviour was a problem for messages
containing slashes -- the escaped slash would be looked at in the next
pass and so the following character would be treated as an escape,
causing the message to be dropped for having "an invalid ADC escape".
2012-09-17 23:31:20 +12:00
..
adc Fix msg_check_escapes() so it allows escaped backslashes. 2012-09-17 23:31:20 +12:00
core ADCH++ had a security bug that allowed UCMD extension to be relayed. 2012-07-30 00:08:12 +02:00
network don't show error on SIGTERM in select() backend 2012-05-05 01:10:24 +02:00
plugin_api marked plugin callbacks that are not called yet 2012-05-10 01:37:20 +02:00
plugins changed all calls to assert() to uhub_assert() 2012-05-02 21:06:46 +02:00
tools Command arguments handling + cleanups 2012-04-18 23:03:05 +02:00
util Fix Windows file read discrepancy. 2012-05-14 23:33:54 +02:00
system.h use "I64u" instead of PRIu64 on Windows 2012-05-11 16:45:07 +02:00
uhub.h Cleaned up command handling code, by splitting into multiple files. 2012-05-01 20:15:49 +02:00