Projects
Multimedia
mpfc
mpfc-fix_buffer_overflow.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpfc-fix_buffer_overflow.patch of Package mpfc (Revision 2)
Currently displaying revision
2
,
Show latest
--- src/plist.c.orig 2011-03-12 23:54:12.000000000 +0100 +++ src/plist.c 2011-03-12 23:55:16.000000000 +0100 @@ -224,7 +224,7 @@ break; /* Extract song length from string read */ - for ( i = 8, j = 0; str[i] && str[i] != ',' && j < sizeof(len); + for ( i = 8, j = 0; str[i] && str[i] != ',' && j < (sizeof(len) - 1); i ++, j ++ ) len[j] = str[i]; len[j] = 0;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.