diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-13 03:37:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-13 03:37:08 +0800 |
commit | 0111c4d86fb5c33a61c29868443c746c8c4cf2c5 (patch) | |
tree | 432660a084be053a2649bcafe7abef8d8114ddf0 /camel/ChangeLog | |
parent | 158d565ac0432113c2e5b59324a4ba6f85d5931c (diff) | |
download | gsoc2013-evolution-0111c4d86fb5c33a61c29868443c746c8c4cf2c5.tar.gz gsoc2013-evolution-0111c4d86fb5c33a61c29868443c746c8c4cf2c5.tar.zst gsoc2013-evolution-0111c4d86fb5c33a61c29868443c746c8c4cf2c5.zip |
Fix a pair of array bounds reads noted by purify
* camel-mime-filter-crlf.c (filter): Fix a pair of array bounds
reads noted by purify
svn path=/trunk/; revision=9282
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4596e0e6e1..ea82773fd8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-04-12 Dan Winship <danw@ximian.com> + + * camel-mime-filter-crlf.c (filter): Fix a pair of array bounds + reads noted by purify + 2001-04-12 Jeffrey Stedfast <fejj@ximian.com> * camel.h: #include the pgp stuff. |