https://github.com/torvalds/linux
Revision 8c6b6c793ed32b8f9770ebcdf1ba99af423c303b authored by J. Bruce Fields on 05 September 2020, 14:03:26 UTC, committed by Trond Myklebust on 05 September 2020, 14:39:41 UTC
Since p points at raw xdr data, there's no guarantee that it's NULL
terminated, so we should give a length.  And probably escape any special
characters too.

Reported-by: Zhi Li <yieli@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
1 parent 644c9f4
Raw File
Tip revision: 8c6b6c793ed32b8f9770ebcdf1ba99af423c303b authored by J. Bruce Fields on 05 September 2020, 14:03:26 UTC
SUNRPC: stop printk reading past end of string
Tip revision: 8c6b6c7
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top