Bug 158825

Summary: uninitialized value in linux-2.6.12-vm-singlebiterror.patch
Product: [Fedora] Fedora Reporter: Tsukahara Ken <tsukahara.ken>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: pfrields, wtogami
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: 2005-09-28 08:53:03 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:
Attachments:
Description Flags
initialize total = 0 none

Description Tsukahara Ken 2005-05-26 02:36:53 UTC
Description of problem:
uninitialized auto variable in linux-2.6.12-vm-singlebiterror.patch

Version-Release number of selected component (if applicable):
kernel-2.6.11-1.1353_FC4

How reproducible:
Always (not runtime, but compile time)

Steps to Reproduce:
1.rpmbuild -ba --target i686 kernel-2.6.spec
2.
3.
  
Actual results:
mm/slab.c: In function `dump_line':
mm/slab.c:1010: warning: 'total' might be used uninitialized in this function

Expected results:
No gcc warning.

Additional info:
It should be initialized.

Comment 1 Tsukahara Ken 2005-05-26 02:36:53 UTC
Created attachment 114863 [details]
initialize total = 0