public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/vlc/1.0.0: 040_all_spin.patch series
@ 2009-07-13 17:07 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-07-13 17:07 UTC (permalink / raw
  To: gentoo-commits

aballier    09/07/13 17:07:19

  Modified:             series
  Added:                040_all_spin.patch
  Log:
  backport a patch from -bugfix to prevent a segfault at startup on freebsd

Revision  Changes    Path
1.3                  src/patchsets/vlc/1.0.0/series

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/1.0.0/series?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/1.0.0/series?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/1.0.0/series?r1=1.2&r2=1.3

Index: series
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/vlc/1.0.0/series,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- series	13 Jul 2009 08:53:23 -0000	1.2
+++ series	13 Jul 2009 17:07:19 -0000	1.3
@@ -1,5 +1,6 @@
 010_all_freetype-font.patch
 020_all_check_headers_regexps.patch
 030_all_xcb_sysconf_bsd.patch
+040_all_spin.patch
 300_all_pic.patch
 310_all_mmx_pic.patch



1.1                  src/patchsets/vlc/1.0.0/040_all_spin.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/1.0.0/040_all_spin.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/vlc/1.0.0/040_all_spin.patch?rev=1.1&content-type=text/plain

Index: 040_all_spin.patch
===================================================================
commit 7c39ad95f5632f04e8d082c6fe44fdfed90fd897
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Jul 13 12:35:48 2009 +0200

    Make sure vlc_release doesn't destroy a non existent spinlock.
    
    This was actually fixed by [697457bcb66171897605b1c88150f3bb7eb075c6] but then [952a943ae25ba8f22e4e70eb0f55b4c0cee069b8] came which made it useless.
    
    Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>

Index: vlc-1.0.0/src/libvlc.c
===================================================================
--- vlc-1.0.0.orig/src/libvlc.c
+++ vlc-1.0.0/src/libvlc.c
@@ -195,7 +195,7 @@ void vlc_release (gc_object_t *p_gc)
     assert (refs != (uintptr_t)(-1)); /* reference underflow?! */
     if (refs == 0)
     {
-#ifdef USE_SYNC
+#if defined (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)
 #elif defined (WIN32) && defined (__GNUC__)
 #elif defined(__APPLE__)
 #else






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-13 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 17:07 [gentoo-commits] gentoo commit in src/patchsets/vlc/1.0.0: 040_all_spin.patch series Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox