diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 15:07:51 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-25 15:07:51 +0000 |
commit | e1c221ba977a17e1cd47cc1eb78d4ffc967dec3e (patch) | |
tree | b533238d75135dc34d4446982e7150ca502dcd1d /ChangeLog | |
parent | 28b6e56a42b8845cb0c462c0a5a6915ff722c427 (diff) | |
download | xine-lib-e1c221ba977a17e1cd47cc1eb78d4ffc967dec3e.tar.gz xine-lib-e1c221ba977a17e1cd47cc1eb78d4ffc967dec3e.tar.bz2 |
Fix race condition in audio_out by using a recursive mutex; patch by Reinhard Nissl. [bug #1551911]
CVS patchset: 8437
CVS date: 2006/12/25 15:07:51
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ xine-lib (1.1.4) * Applied the patch to fix text relocation, provided by PaX Team for Gentoo and previously applied by other distributions as well. Fixes the non-PIC code being generated. + * Fix race condition in audio_out by using a recursive mutex; patch by + Reinhard Nissl. [bug #1551911] xine-lib (1.1.3) * Security fixes: |