Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php4
:
4.4.9
>
php4
> php-4.3.2-CAN-2004-1065.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-4.3.2-CAN-2004-1065.patch of Package php4
--- php-4.3.2/ext/exif/exif.c.can1065 +++ php-4.3.2/ext/exif/exif.c @@ -3839,7 +3839,7 @@ } } for (i=0; i<SECTION_COUNT; i++) { - sprintf(tmp, ",%s,", exif_get_sectionname(i)); + snprintf(tmp, sizeof(tmp), ",%s,", exif_get_sectionname(i)); if (strstr(sections_str, tmp)) { sections_needed |= 1<<i; }