Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112551 - memory leak with file leases
Summary: memory leak with file leases
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://kernel.org/git/?p=linux/kernel...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 14:03 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2005-11-26 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).