diff options
author | Miguel de Icaza <miguel@gnu.org> | 2000-03-30 08:41:04 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-03-30 08:41:04 +0800 |
commit | 88674ff4013f5b62ecaeaf8021b8f710067b8598 (patch) | |
tree | 1065e5dc14e1271285aafd450795222db75e76c6 /camel/ChangeLog | |
parent | 4435a5db63161145af807bc7e0845a899adeca30 (diff) | |
download | gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar.gz gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar.bz2 gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar.lz gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar.xz gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.tar.zst gsoc2013-evolution-88674ff4013f5b62ecaeaf8021b8f710067b8598.zip |
Add htons (port), and only copy 4 bytes for the IP address to prevent a
2000-03-29 Miguel de Icaza <miguel@gnu.org>
* providers/pop3/camel-pop3-store.c (pop3_connect): Add htons
(port), and only copy 4 bytes for the IP address to prevent a DNS
attack.
svn path=/trunk/; revision=2251
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f04c228db4..4cc6e9d281 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-03-29 Miguel de Icaza <miguel@gnu.org> + + * providers/pop3/camel-pop3-store.c (pop3_connect): Add htons + (port), and only copy 4 bytes for the IP address to prevent a DNS + attack. + 2000-03-28 Dan Winship <danw@helixcode.com> * camel-seekable-substream.c |