Bug 115189

Summary: used before set
Product: [Fedora] Fedora Reporter: d.binderman
Component: nautilus-cd-burnerAssignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-15 11:31:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2004-02-08 10:46:01 UTC
Description of problem:

I just tried to compile package nautilus-cd-burner-0.5.3-1 from Fedora.

The compiler said

1.

make-iso.c(563): remark #592: variable "error" is used before its
value is set

The source code is

                g_warning ("mkisofs command failed: %s\n",
error->message);


But the only previous mention of error is

        GError *error;

Suggest init error before first use.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Alexander Larsson 2004-02-13 08:21:37 UTC
fixed upstream