# HG changeset patch # User reimar # Date 1367773350 0 # Node ID 43bff9dd44be9a1fc0320ebd7483bed15aaec60c # Parent 3c1595fcf00407c543b88726be2bc5c73123580b Disable dangerous feature in ASX playlist parser. diff -r 3c1595fcf004 -r 43bff9dd44be asxparser.c --- a/asxparser.c Sun May 05 07:27:33 2013 +0000 +++ b/asxparser.c Sun May 05 17:02:30 2013 +0000 @@ -405,7 +405,8 @@ 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); }