From 0663e7be1425bd77827e256b0619534df8c9a3d8 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Tue, 23 Jun 2020 20:43:33 +0200 Subject: [PATCH] Add CVE id reference for CVE-2018-20669 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1d94c995b..d056f81f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -488,7 +488,7 @@ linux (4.19.129-1) UNRELEASED; urgency=medium - vxlan: Avoid infinite loop when suppressing NS messages with invalid options - tun: correct header offsets in napi frags mode - selftests: bpf: fix use of undeclared RET_IF macro - - make 'user_access_begin()' do 'access_ok()' + - make 'user_access_begin()' do 'access_ok()' (CVE-2018-20669) - Fix 'acccess_ok()' on alpha and SH - arch/openrisc: Fix issues with access_ok() - x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()