Avoid crashing when reading fcs crap.

pull/12/head
Ludovic Marcotte 2013-06-20 15:44:35 -04:00
parent 41ed498d65
commit 9d9a434fdc
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@ -21,7 +21,7 @@ Bug fixes
- fixed access right issues with import feature (#2294)
- fixed IMAP ACL issue when SOGoForceExternalLoginWithEmail is used (#2313)
- fixed handling of CAS logoutRequest (#2346)
- OpenChange stability fixes
- fixed many major OpenChange stability issues
2.0.5a (2013-04-17)
------------------

View File

@ -777,6 +777,10 @@ const unsigned short ansicpg874[256] = {
[_html appendBytes: v length: strlen(v)];
free(v);
}
else if ([s hasPrefix: @"fcs"])
{
// ignore
}
else if ([s hasPrefix: @"fs"])
{
// ignore