Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
cyrus-imapd
charset.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File charset.patch of Package cyrus-imapd
Index: cyrus-imapd-2.3.18/lib/charset.c =================================================================== --- cyrus-imapd-2.3.18.orig/lib/charset.c +++ cyrus-imapd-2.3.18/lib/charset.c @@ -723,7 +723,7 @@ struct convert_rock *search_init(const c s->substr = (unsigned char *)substr; /* allocate tracking space and initialise to "no match" */ - s->starts = xmalloc(s->max_start * sizeof(int)); + s->starts = xmalloc(s->max_start * sizeof(size_t)); for (i = 0; i < s->max_start; i++) { s->starts[i] = -1; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor