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
Priority:  5 - Normal Release:  None
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

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

 

Attached Files

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

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

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

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

    Votes

    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.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    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.16-598c.
    Corresponding source code