Bug 11363

Summary: [linux-2.6/arch/cris/arch-v32/drivers/cryptocop.c:1398]: Memory leak: p
Product: Platform Specific/Hardware Reporter: Daniel Marjamäki (danielm77)
Component: OtherAssignee: Mikael Starvik (starvik)
Status: CLOSED CODE_FIX    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: latest git tree Subsystem:
Regression: --- Bisected commit-id:

Description Daniel Marjamäki 2008-08-17 10:39:40 UTC
Memory leak..

	p = kmalloc(padlen, alloc_flag);
	if (!pad) return -ENOMEM;

The same code also appears on line 1430 in the same file.
Comment 1 Mikael Starvik 2008-08-18 00:01:04 UTC
Fixed in local CVS, will be merged upstream in next window.