GNOME Bugzilla – Bug 520928
Segfault on message processing.
Last modified: 2008-03-10 22:37:31 UTC
Simple test program that uses gmime crashes when parsing attached message. The key part is: ---559023410-162216788-1204718211=:2947 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed ---559023410-162216788-1204718211=:2947 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=acene_5.mol That is just one empty line between first content-type and the boundary "---5..." - when I add one extra line, the crash is gone.
Created attachment 106759 [details] Test program
Created attachment 106760 [details] test.msg
this seems to work with svn (which I think is unchanged from 2.2.17) can you confirm?
Created attachment 106930 [details] gmime_test.c The bug is there - I have attached a wrong test program previously. I attach the right test program and obsolete att 106759
ok, fixed in svn, revision 1224