Update of /cvsroot/mahogany/M/src/modules
In directory usw-pr-cvs1:/tmp/cvs-serv14303/src/modules

Modified Files:
        Filters.cpp 
Log Message:
fixed crash introduced by previous change to CheckReceivedHeaders()

Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.134
retrieving revision 1.135
diff -b -u -2 -r1.134 -r1.135
--- Filters.cpp 17 Sep 2002 10:32:38 -0000      1.134
+++ Filters.cpp 25 Sep 2002 16:47:07 -0000      1.135
@@ -2053,5 +2053,5 @@
 
    // and there shouldn't be any more lines after this one
-   return *pc == '\0';
+   return pc && *pc == '\0';
 }
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to