[MPlayer-cvslog] r36238 - trunk/asxparser.c

reimar subversion at mplayerhq.hu
Sun May 5 19:02:31 CEST 2013


Author: reimar
Date: Sun May  5 19:02:30 2013
New Revision: 36238

Log:
Disable dangerous feature in ASX playlist parser.

Modified:
   trunk/asxparser.c

Modified: trunk/asxparser.c
==============================================================================
--- trunk/asxparser.c	Sun May  5 09:27:33 2013	(r36237)
+++ trunk/asxparser.c	Sun May  5 19:02:30 2013	(r36238)
@@ -405,7 +405,8 @@ asx_parse_param(ASX_Parser_t* parser, ch
       mp_msg(MSGT_PLAYTREE,MSGL_WARN,"\n");
     return;
   }
-  play_tree_set_param(pt,name,val);
+  mp_msg(MSGT_PLAYTREE, MSGL_ERR, "Support for specifying parameters in playlists has been disabled.\n");
+//  play_tree_set_param(pt,name,val);
   free(name);
   free(val);
 }


More information about the MPlayer-cvslog mailing list