From ead4f4b8e070c6505373c1263af2e6a4b8cf247f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Tue, 27 Oct 2020 08:39:57 +0000 Subject: [PATCH] CVE-2020-27743 --- pam_tacplus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_tacplus.h b/pam_tacplus.h index af0cb807..83411df3 100644 --- a/pam_tacplus.h +++ b/pam_tacplus.h @@ -40,7 +40,7 @@ /* pam_tacplus major, minor and patchlevel version numbers */ #define PAM_TAC_VMAJ 1 #define PAM_TAC_VMIN 6 -#define PAM_TAC_VPAT 0 +#define PAM_TAC_VPAT 1 #ifndef PAM_EXTERN #define PAM_EXTERN extern