public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in src/patchsets/vlc/1.0.0: 040_all_spin.patch series
Date: Mon, 13 Jul 2009 17:07:19 +0000	[thread overview]
Message-ID: <E1MQOzn-0003Ws-Iv@stork.gentoo.org> (raw)

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






                 reply	other threads:[~2009-07-13 17:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MQOzn-0003Ws-Iv@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox