Bug 14359

Summary: found a memory leak in linux-2.6.31/kernel/cred.c
Product: Other Reporter: Martin Ettl (ettl.martin)
Component: OtherAssignee: other_other
Status: RESOLVED OBSOLETE    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.31 Subsystem:
Regression: No Bisected commit-id:
Attachments: should fix the possible memory leak

Description Martin Ettl 2009-10-10 10:53:50 UTC
Created attachment 23328 [details]
should fix the possible memory leak

Hello,

during the check with the static code analysis tool cppcheck (available on
soureforge), i found a memory leak in file
linux-2.6.31/kernel/cred.c. See the attached
patch, the fixes this issue.

Best regards

Martin