--- libaitwww/src/mime.c 2012/03/08 23:40:21 1.1 +++ libaitwww/src/mime.c 2012/03/09 09:38:55 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mime.c,v 1.1 2012/03/08 23:40:21 misho Exp $ +* $Id: mime.c,v 1.1.1.1.2.1 2012/03/09 09:38:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -413,7 +413,10 @@ mime_parseMultiPart(const char *str, size_t len, const } str += bd[0].iov_len; + /* LLVM static code analyzer said for this - unusable + * len -= bd[0].iov_len; + */ if (end) *end = str;