Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112551

Summary: memory leak with file leases
Product: Gentoo Security Reporter: Sune Kloppenborg Jeppesen (RETIRED) <jaervosz>
Component: KernelAssignee: Gentoo Security <security>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=dc15ae14e97ee9d5ed740cbb0b94996076d8b37e;hp=9e6c67fd2716720d9029d38ea25884efcfdedeb6
Whiteboard:
Package list:
Runtime testing required: ---

Description Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2005-11-14 14:03:29 UTC
Not sure we're affected by this one: 
 
  [PATCH] VFS: Fix memory leak with file leases  
    
   The patch  
    
http://linux.bkbits.net:8080/linux-2.6/diffs/fs/locks.c@1.70??nav=index.html  
   introduced a pretty nasty memory leak in the lease code. When freeing  
   the lease, the code in locks_delete_lock() will correctly clean up  
   the fasync queue, but when we return to fcntl_setlease(), the freed  
   fasync entry will be reinstated.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2005-11-26 09:02:56 UTC
Don't think this affects us; that's been in for a long time (2.6.11, if not
further).