[Gstreamer-bugs] [Bug 100553] Changed - Incorrect test on valloc return in gst/cothreads.c

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat Dec 7 10:45:09 PST 2002


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=100553

Changed by thomas at urgent.rug.ac.be.

--- shadow/100553	Fri Dec  6 14:54:12 2002
+++ shadow/100553.tmp.11477	Sat Dec  7 13:45:09 2002
@@ -1,13 +1,13 @@
 Bug#: 100553
 Product: GStreamer
 Version: 0.4.2
 OS: FreeBSD
 OS Details: 4.5-RELEASE-p18 i386
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: jmi25 at cam.ac.uk               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -29,6 +29,9 @@
  #else
 -  if ((*stack = valloc (STACK_SIZE)) != 0)
 +  if ((*stack = valloc (STACK_SIZE)) == 0)
    {
      g_warning ("Could not valloc stack !\n");
      return FALSE;
+
+------- Additional Comments From thomas at urgent.rug.ac.be  2002-12-07 13:45 -------
+commited to cvs





More information about the Gstreamer-bugs mailing list