Revision: 7404
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7404&view=rev
Author:   vadz
Date:     2008-03-04 05:30:16 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
fix crashes when encountering invalid RFC2822 address (e.g. string with 
unterminated comment)

Modified Paths:
--------------
    trunk/M/src/mail/AddressCC.cpp

Modified: trunk/M/src/mail/AddressCC.cpp
===================================================================
--- trunk/M/src/mail/AddressCC.cpp      2008-03-04 13:28:46 UTC (rev 7403)
+++ trunk/M/src/mail/AddressCC.cpp      2008-03-04 13:30:16 UTC (rev 7404)
@@ -255,8 +255,6 @@
       if ( !adr || adr->error )
       {
          DBGMESSAGE((_T("Invalid RFC822 address '%s'."), address.c_str()));
-
-         return NULL;
       }
    }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to