Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
gmime-2_4
gmime-2_4-CVE-2010-0409.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gmime-2_4-CVE-2010-0409.patch of Package gmime-2_4
Index: gmime-2.4.8/docs/reference/html/gmime-gmime-encodings.html =================================================================== --- gmime-2.4.8.orig/docs/reference/html/gmime-gmime-encodings.html +++ gmime-2.4.8/docs/reference/html/gmime-gmime-encodings.html @@ -748,7 +748,7 @@ the end of the UU encoded block has been <hr> <div class="refsect2" lang="en"> <a name="GMIME-UUENCODE-LEN:CAPS"></a><h3>GMIME_UUENCODE_LEN()</h3> -<pre class="programlisting">#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 62)) +<pre class="programlisting">#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 64)) </pre> <p> Calculates the maximum number of bytes needed to uuencode the full Index: gmime-2.4.8/docs/reference/xml/gmime-encodings.xml =================================================================== --- gmime-2.4.8.orig/docs/reference/xml/gmime-encodings.xml +++ gmime-2.4.8/docs/reference/xml/gmime-encodings.xml @@ -507,7 +507,7 @@ the end of the UU encoded block has been </para></refsect2> <refsect2 id="GMIME-UUENCODE-LEN:CAPS" role="macro"> <title>GMIME_UUENCODE_LEN()</title> -<indexterm zone="GMIME-UUENCODE-LEN:CAPS"><primary>GMIME_UUENCODE_LEN</primary></indexterm><programlisting>#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 62)) +<indexterm zone="GMIME-UUENCODE-LEN:CAPS"><primary>GMIME_UUENCODE_LEN</primary></indexterm><programlisting>#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 64)) </programlisting> <para> Calculates the maximum number of bytes needed to uuencode the full Index: gmime-2.4.8/gmime/gmime-encodings.h =================================================================== --- gmime-2.4.8.orig/gmime/gmime-encodings.h +++ gmime-2.4.8/gmime/gmime-encodings.h @@ -91,7 +91,7 @@ const char *g_mime_content_encoding_to_s * Returns: the number of output bytes needed to uuencode an input * buffer of size @x. **/ -#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 62)) +#define GMIME_UUENCODE_LEN(x) ((size_t) (((((x) + 2) / 45) * 62) + 64)) /**
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