https://github.com/torvalds/linux
Raw File
Tip revision: 5bd3a65f04f2f7bc5edd4e4dc156eaf982bbd900 authored by Jiecheng Wu on 07 August 2018, 07:58:03 UTC
conntrack.c: Add missing return value check to prevent nptr dereference.
Tip revision: 5bd3a65
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "arch/$(SRCARCH)/Kconfig"
back to top