uhub/src/adc
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
..
adcconst.h ADCH++ had a security bug that allowed UCMD extension to be relayed. 2012-07-30 00:08:12 +02:00
message.c Fix msg_check_escapes() so it allows escaped backslashes. 2012-09-17 23:31:20 +12:00
message.h Added lots of new asserts which should trigger in case we double delete a ADC message. 2010-02-15 19:03:19 +01:00
sid.c Minor compile fixes. 2011-08-16 12:08:21 +02:00
sid.h Compile fix for gcc. 2011-02-05 17:18:08 +01:00