Magellan Linux

Contents of /trunk/mplayer/patches/mplayer-1.0_rc2-url_fix_20080120.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 462 - (show annotations) (download)
Tue Feb 5 15:43:17 2008 UTC (16 years, 3 months ago) by niro
File size: 271 byte(s)
-security fixes

1 Index: url.c
2 ===================================================================
3 --- url.c (revision 24724)
4 +++ url.c (working copy)
5 @@ -328,6 +328,7 @@
6 }
7 }
8
9 + tmp = NULL;
10 while(i < len) {
11 // look for the next char that must be kept
12 for (j=i;j<len;j++) {