Package: libgcgi
Version: 0.9.5.dfsg-7

While compiling your package using our research compiler infrastructure it
became apparent that the function mimeFillMimeStruct of mime.c will fail in
certain cases:

Line 263 reads as
  type == text ? (part->encoding = sevenbit) : (part->encoding = binary);

with type being a char* and text being an enum; this comparison will generally
be false. Likely it should have been part->type == text instead.

Best,
Michael

Attachment: pgpaQDOFeX0Ul.pgp
Description: PGP signature

Reply via email to