[Bug 433393] New: xfsdump-2.2.48-14: 2 * ordered comparison of pointer with integer zero
https://bugzilla.novell.com/show_bug.cgi?id=433393 Summary: xfsdump-2.2.48-14: 2 * ordered comparison of pointer with integer zero Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to compile Suse Linux package xfsdump-2.2.48-14 and the compiler said rmtopen.c:174: warning: ordered comparison of pointer with integer zero The source code is if (rmt_f < 0) { Suggest replace with if (rmt_f == 0) { Similar problems at rmtopen.c:186: warning: ordered comparison of pointer with integer zero -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mmarek@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |susexfs@sgi.com Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433393#c1 --- Comment #1 from Andreas Jaeger <aj@novell.com> 2008-11-14 03:39:24 MST --- SGI XFS team: What do you propose to do? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 User susexfs@sgi.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433393#c2 SGI XFS Developers <susexfs@sgi.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susexfs@sgi.com --- Comment #2 from SGI XFS Developers <susexfs@sgi.com> 2008-11-16 19:53:54 MST --- Yeah, this is broken. I agree with the suggested solutions. Just compare to NULL instead of "< 0". I'll check in the change to our tree and attach the patch to the bug in a sec. --Tim -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 User susexfs@sgi.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433393#c3 SGI XFS Developers <susexfs@sgi.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|susexfs@sgi.com | --- Comment #3 from SGI XFS Developers <susexfs@sgi.com> 2008-11-16 20:20:09 MST --- Created an attachment (id=252526) --> (https://bugzilla.novell.com/attachment.cgi?id=252526) Fix 2 error handling cases in rmt_open used by xfsdump/restore -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=433393 User mmarek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433393#c4 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Michal Marek <mmarek@novell.com> 2009-01-06 06:26:14 MST --- fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com