summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-27 20:00:58 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-27 20:01:33 -0800
commitd65e5a8ba77595a598c9ddb8dfa09c4aea732659 (patch)
treeb82ff3d0fec26e92dd4b9d39f766d8ac95eb2828 /ChangeLog
parent6f8db599ab511c957f87e44dbaf5abe4b55a79bc (diff)
downloadgnulib-d65e5a8ba77595a598c9ddb8dfa09c4aea732659.tar.gz
file-has-acl: fix recently-introduced NFSv4 bug
* lib/file-has-acl.c (acl_nfs4_nontrivial): Fix off-by-one error when rounding WHOLEN up to next multiple of 4. Pacify GCC 12.2.1 -Wcast-align.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c14a2e7a..be0fb22078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-12-27 Paul Eggert <eggert@cs.ucla.edu>
+ file-has-acl: fix recently-introduced NFSv4 bug
+ * lib/file-has-acl.c (acl_nfs4_nontrivial): Fix off-by-one
+ error when rounding WHOLEN up to next multiple of 4.
+ Pacify GCC 12.2.1 -Wcast-align.
+
Add --pull, --gen options to build-aux/bootstrap
This supports a single bootstrap script with --pull and --gen
options, as an alternative to separate autogen.sh and autopull.sh