Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb205a18 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Fix out of bound access to compat_hwcap_str"

parents 6a1b59f8 9f261e5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -488,7 +488,8 @@ static const char *compat_hwcap_str[] = {
	"idivt",
	"vfpd32",
	"lpae",
	"evtstrm"
	"evtstrm",
	NULL
};

static const char *compat_hwcap2_str[] = {