bugGnash - The GNU Flash player - Bugs: bug #32569, potential race condition in...

 
 

bug #32569: potential race condition in SWFMovieDefinition

Submitter:  Bastiaan Jacques <bjacques>
Submitted:  Tue 22 Feb 2011 05:29:22 PM UTC
   
 
Category:  core Severity:  3 - Normal
Release:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 22 Feb 2011 05:29:22 PM UTC, original submission:  

Valgrind shows a potential race condition between getPlaylist() and read_all_swf(): both attempt to access m_playlist but only getPlaylist() holds a lock while going it. read_all_swf() performs a (potential) write.

Bastiaan Jacques <bjacques>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #22757:  gnash-swfmoviedef-race.diff added by bjacques (943B - text/plain - Lock the mutex before accessing m_playlist.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-02-22 bjacques Attached File- Added gnash-swfmoviedef-race.diff, #22757

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code