lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87d54loqsb.fsf@sw.ru>
Date: Wed, 07 Feb 2007 19:50:44 +0300
From: Dmitriy Monakhov <dmonakhov@...nvz.org>
To: Linux Kernel <linux-kernel@...r.kernel.org>
CC: ecryptfs-devel@...ts.sourceforge.net
Subject: [PATCH] ecryptfs lower file handling code issues
eCryptfs lower file handling code has several issues:
- Retval from prepare_write()/commit_writ() was't checked to equality
to AOP_TRUNCATED_PAGE.
- In some places page was't unmapped and unlocked after error.
Signed-off-by: Dmitriy Monakhov <dmonakhov@...nvz.org>
--------------
View attachment "diff-ms-fs-ecryptfs-fix" of type "text/plain" (4254 bytes)