git: c31c82d3f0 - main - 12.4 Release notes: Improve nfscl entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Nov 2022 18:23:16 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=c31c82d3f09b2c51e6c151927ae01cff42909af2 commit c31c82d3f09b2c51e6c151927ae01cff42909af2 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-11-20 17:29:04 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-20 17:31:26 +0000 12.4 Release notes: Improve nfscl entry - Split entry into multiple entries sorted chronologically by commit date and remove generic assertion about more unspecified bugs fixed. - Add one more use-after-free bug fixed. - Add gitref notes. Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 5e3f7aa448..0ec8525469 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -408,7 +408,15 @@ The man:fusefs[5] file system had an undefined variable access fixed. gitref:20004b265add4425851a0ee3bbef0139b0baae6d[repository=src] {{< sponsored "Axcient" >}} -The NFS client code had a number of bug fixes including a use-after-free bug, a race condition, and a forced dismount looping. +The NFS client code had a forced dismount looping fixed. +gitref:00e9bc2d937fd8de6638c4a5669e78f04cd94110[repository=src] + +The NFS client code had a number of bug fixes including two use-after-free bugs. +gitref:04c2ce41e3fcdef045eeea9f338f6b0eb547f64d[repository=src] +gitref:22d6238a047311edf01df8b1b04bb2af3c99ae15[repository=src] + +The NFS client code had a race condition fixed. +gitref:ca826694e3b08133b9e16744e1178863cfc4c16b[repository=src] [[boot]]