diff options
author | Tony Finch <dot@dotat.at> | 2011-05-09 11:20:26 +0100 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2011-05-09 11:20:26 +0100 |
commit | f1a29782e1db8bae2bdadf1335c3687cb8b820f6 (patch) | |
tree | d239fb06bb95163e770b7ab5ee1c6babd917424f /doc | |
parent | 867fcbf59a53d5acbab505bc7670e7d0c29dbc94 (diff) |
malware.c: avoid arithmetic on a void pointer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d3b3609f3..e782b9ee3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -9,6 +9,8 @@ Exim version 4.77 PP/01 Solaris build fix for Oracle's LDAP libraries. Bugzilla 1109, patch from Stephen Usher. +TF/01 HP/UX build fix: avoid arithmetic on a void pointer. + Exim version 4.76 ----------------- |