[I posted this before to gnu.gnustep.bug, but I think nobody is reading the mirror here] GNUMail crashes when it tries do display certain URLs as hotlinks (Happened to me with URL's in <brackets>, like <http://foo.bar.com>) . The crash happens in base/Source/NSURL.m:buildURL - looks like strcpy and strchr there think that they can handle NULL arguments, which they can't. Applying a safety wrapper fixes this, but doesn't resolve the problem throughly: GNUmail now displays the closing bracket as part of the URL crash fix included as patch against NSURL.m.1.2(CVS) Marco
Attachment:
NSURL.diff
Description: Binary data