CVS commit by ossi: 

backport: fix crash due to uninited var when parsing IMAPServer.


  M +1 -0      drv_imap.c   1.10.2.5


--- isync/src/drv_imap.c  #1.10.2.4:1.10.2.5
@@ -1706,4 +1706,5 @@ imap_parse_store( conffile_t *cfg, store
                serverapp = &server->next;
                store = 0;
+               *storep = 0;
        } else if (!strcasecmp( "IMAPStore", cfg->cmd )) {
                store = nfcalloc( sizeof(*store) );



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to