diff options
author | Tetsuo Handa | 2011-03-02 08:54:24 +0100 |
---|---|---|
committer | James Morris | 2011-03-03 00:13:26 +0100 |
commit | eae61f3c829439f8f9121b5cd48a14be04df451f (patch) | |
tree | 607f79bb57996e059c1da17a0411d5763c4748ca /Documentation/dvb | |
parent | ima: remove unnecessary call to ima_must_measure (diff) | |
download | kernel-qcow2-linux-eae61f3c829439f8f9121b5cd48a14be04df451f.tar.gz kernel-qcow2-linux-eae61f3c829439f8f9121b5cd48a14be04df451f.tar.xz kernel-qcow2-linux-eae61f3c829439f8f9121b5cd48a14be04df451f.zip |
TOMOYO: Fix memory leak upon file open.
In tomoyo_check_open_permission() since 2.6.36, TOMOYO was by error
recalculating already calculated pathname when checking allow_rewrite
permission. As a result, memory will leak whenever a file is opened for writing
without O_APPEND flag. Also, performance will degrade because TOMOYO is
calculating pathname regardless of profile configuration.
This patch fixes the leak and performance degrade.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'Documentation/dvb')
0 files changed, 0 insertions, 0 deletions