id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 5704 avoid potential file race between stat and open in DVDProbe::probe Erik Hovland Anduin Withers when using stat before any file action function (open, unlink, etc) there is the possibility for a race. Because both functions use strings that represent file names. So it makes more sense to either do the action first and deal with the error state or to try to use alternatives like Qt's QFile object. I chose the later in the attached patch. defect closed trivial unknown mythvideo head low fixed 0