Go to file
Wenwen Wang fd85ad14f4 ecryptfs: fix a memory leak bug in parse_tag_1_packet()
BugLink: https://bugs.launchpad.net/bugs/1866165

commit fe2e082f5d upstream.

In parse_tag_1_packet(), if tag 1 packet contains a key larger than
ECRYPTFS_MAX_ENCRYPTED_KEY_BYTES, no cleanup is executed, leading to a
memory leak on the allocated 'auth_tok_list_item'. To fix this issue, go to
the label 'out_free' to perform the cleanup work.

Cc: stable@vger.kernel.org
Fixes: dddfa461fc ("[PATCH] eCryptfs: Public key; packet management")
Signed-off-by: Wenwen Wang <wenwen@cs.uga.edu>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
2020-03-05 10:36:55 +01:00
Documentation
LICENSES
arch
block
certs
crypto
debian UBUNTU: [Packaging] update helper scripts 2020-02-27 14:24:31 +01:00
debian.master UBUNTU: Ubuntu-5.4.0-17.21 2020-02-28 16:20:57 +01:00
drivers tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST 2020-03-05 10:36:55 +01:00
fs ecryptfs: fix a memory leak bug in parse_tag_1_packet() 2020-03-05 10:36:55 +01:00
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound ASoC: sun8i-codec: Fix setting DAI data format 2020-03-05 10:36:55 +01:00
tools UBUNTU: SAUCE: selftests/powerpc -- Disable timeout for benchmark and tm tests 2020-03-04 10:23:57 -06:00
ubuntu
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
dropped.txt
snapcraft.yaml
update-version-dkms

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.