diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-18 10:11:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-18 10:11:23 +0800 |
commit | a72b3b2245ff0aaf6bd35cd229357e5aec4378ad (patch) | |
tree | dde55b7ff00bac4ed73353e31694e19a40dd0fae /addressbook/ChangeLog | |
parent | 0e03733290dff59622b64fc332d75f9c217ec2b8 (diff) | |
download | gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar.gz gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar.bz2 gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar.lz gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar.xz gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.tar.zst gsoc2013-evolution-a72b3b2245ff0aaf6bd35cd229357e5aec4378ad.zip |
[ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\"
2001-07-17 Chris Toshok <toshok@ximian.com>
[ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\"
and #4554 - general ldap search crash ]
* backend/pas/pas-backend-ldap.c (func_contains): the length of
the big query string needs to take into account the length of the
footer as well as the header - fix random memory corruption here.
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_build_query):
list can be NULL, specifically if there's a parsing error in the
sexp, so deal with it.
svn path=/trunk/; revision=11192
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 480df273e7..81b7583ce4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2001-07-17 Chris Toshok <toshok@ximian.com> + + [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\" + and #4554 - general ldap search crash ] + + * backend/pas/pas-backend-ldap.c (func_contains): the length of + the big query string needs to take into account the length of the + footer as well as the header - fix random memory corruption here. + + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_build_query): + list can be NULL, specifically if there's a parsing error in the + sexp, so deal with it. + 2001-07-17 Jon Trowbridge <trow@ximian.com> * backend/ebook/e-book-view-listener.c |