-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.609 2010/05/29 17:09:09 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.610 2010/05/29 19:16:50 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
list, not as a single string, and sign the message with each element,
omitting multiple occurences of the same signer.
+NM/07 Null terminate DKIM strings, Null initialise DKIM variable
+ Bugzilla 985, 986. Patch by Simon Arlott
Exim version 4.71
-/* $Cambridge: exim/src/src/dkim.c,v 1.13 2010/02/19 10:30:13 michael Exp $ */
+/* $Cambridge: exim/src/src/dkim.c,v 1.14 2010/05/29 19:16:50 nm4 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
goto CLEANUP;
}
}
- /* else pass NULL, which means default header list */
+ else {
+ /* pass NULL, which means default header list */
+ dkim_sign_headers_expanded = NULL;
+ }
/* Get private key to use. */
dkim_private_key_expanded = expand_string(dkim_private_key);