* [GIT PULL] eCryptfs fixes for 4.0-rc3
@ 2015-03-04 22:14 Tyler Hicks
0 siblings, 0 replies; only message in thread
From: Tyler Hicks @ 2015-03-04 22:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, ecryptfs
[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]
Hi Linus,
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecryptfs-4.0-rc3-fixes
for you to fetch changes up to 6d65261a09adaa374c05de807f73a144d783669e:
eCryptfs: don't pass fs-specific ioctl commands through (2015-03-03 02:03:56 -0600)
----------------------------------------------------------------
Fixes for proper ioctl handling and an untriggerable buffer overflow
- The eCryptfs ioctl handling functions should only pass known-good ioctl
commands to the lower filesystem
- A static checker found a potential buffer overflow. Upon inspection, it is
not triggerable due to input validation performed on the mount parameters.
----------------------------------------------------------------
Colin Ian King (1):
eCryptfs: ensure copy to crypt_stat->cipher does not overrun
Tyler Hicks (1):
eCryptfs: don't pass fs-specific ioctl commands through
fs/ecryptfs/ecryptfs_kernel.h | 4 ++--
fs/ecryptfs/file.c | 34 ++++++++++++++++++++++++++++++----
fs/ecryptfs/keystore.c | 2 +-
fs/ecryptfs/main.c | 2 +-
4 files changed, 34 insertions(+), 8 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-04 22:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 22:14 [GIT PULL] eCryptfs fixes for 4.0-rc3 Tyler Hicks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).