From b2c7424a969a43775d4565676271c65957fd26e1 Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 10 Sep 2008 17:39:18 +0000 Subject: [PATCH] Added a comment. --- apache2/msc_util.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apache2/msc_util.c b/apache2/msc_util.c index a8464ef3..283596d8 100644 --- a/apache2/msc_util.c +++ b/apache2/msc_util.c @@ -1275,6 +1275,10 @@ int css_decode_inplace(unsigned char *input, long int input_len) { break; case 6: + /* Use the last two from the end, but request + * a full width check if the number is greater + * or equal to 0xFFFF. + */ *d = x2c(&input[i + j - 2]); /* Do full check if first/second bytes are 0 */