diff --git a/index.html b/index.html index cbf1971..2c6681d 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@

The Linux Kernel Module Programming Guide

Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang

-
August 27, 2022
+
September 8, 2022
@@ -1648,7 +1648,7 @@ concurrency details in the 12 28static atomic_t already_open = ATOMIC_INIT(CDEV_NOT_USED); 29 30/* The message the device will give when asked */ -31static char message[BUF_LEN]; +31static char message[BUF_LEN + 1]; 32 33static struct class *cls; 34 diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index cbf1971..2c6681d 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -18,7 +18,7 @@

The Linux Kernel Module Programming Guide

Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang

-
August 27, 2022
+
September 8, 2022
@@ -1648,7 +1648,7 @@ concurrency details in the 12 28static atomic_t already_open = ATOMIC_INIT(CDEV_NOT_USED); 29 30/* The message the device will give when asked */ -31static char message[BUF_LEN]; +31static char message[BUF_LEN + 1]; 32 33static struct class *cls; 34