[mythtv-commits] Ticket #7924: Mythweather crashes if some files in filesystem have incorrect permissions

MythTV mythtv at cvs.mythtv.org
Sun Jan 17 23:56:37 UTC 2010


#7924: Mythweather crashes if some files in filesystem have incorrect permissions
----------------------------------------------------------+-----------------
 Reporter:  Antony Gelberg <antony.gelberg@…>             |       Owner:  ijr       
     Type:  defect                                        |      Status:  new       
 Priority:  minor                                         |   Milestone:  unknown   
Component:  Plugin - MythWeather                          |     Version:  0.22-fixes
 Severity:  medium                                        |     Mlocked:  0         
----------------------------------------------------------+-----------------
 I must have messed up my svn tree somehow, the end result being that
 several files in mythweather/scripts/* had executable permissions, not
 just the .pl files as intended.  SourceManager::recurseDirs contains the
 line
 if (file.isExecutable() && !(file.isDir()))
 which, in the above case, results in mythweather attempting to execute
 files that it shouldn't, e.g. ENVCAN-Maps.xml.

 I know that this was caused by a problem in my svn tree, but I don't think
 that mythweather should crash if a script that it tries to execute fails.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7924>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list