[Commits] [SCM] claws branch, master, updated. 3.16.0-209-gb65c6e6

ticho at claws-mail.org ticho at claws-mail.org
Mon Jun 11 21:17:32 CEST 2018


The branch, master has been updated
       via  b65c6e6fd2902768029e3273223cab456873d7a4 (commit)
      from  217451accf3ec774a3fefd59b9cec38b5803db26 (commit)

Summary of changes:
 src/inc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit b65c6e6fd2902768029e3273223cab456873d7a4
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Mon Jun 11 21:17:07 2018 +0200

    Fix memory corruption introduced in d28d62772.

diff --git a/src/inc.c b/src/inc.c
index f0455e3..4d9f341 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -846,7 +846,7 @@ static IncState inc_pop3_session_do(IncSession *session)
 					PWS_ACCOUNT_PROXY_PASS);
 		}
 	}
-	SESSION(session)->proxy_info = proxy_info;
+	SESSION(pop3_session)->proxy_info = proxy_info;
 
 	GTK_EVENTS_FLUSH();
 	g_free(buf);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list