Bug 5778

Summary: Should check if kmalloc succeeds
Product: File System Reporter: Daniel Marjam (daniel.marjamaki)
Component: ReiserFSAssignee: Diego Calleja (diegocg)
Status: CLOSED CODE_FIX    
Severity: low    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.15-rc6 Subsystem:
Regression: --- Bisected commit-id:
Attachments: add kmalloc check

Description Daniel Marjam 2005-12-23 01:43:20 UTC
Problem Description:
In the file file.c at line 193 there is a kmalloc.
I believe the return value isn't checked.
Comment 1 Diego Calleja 2006-01-16 04:50:44 UTC
Created attachment 7037 [details]
add kmalloc check

Sorry for taking so many time to fix a so simple bug