git: 0d5932f843 - main - 12.4 Release notes: Improve ocs_fc entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Nov 2022 22:34:03 UTC
The branch main has been updated by salvadore (ports committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=0d5932f843731674f0c5a94fd3b5b542cd99d033
commit 0d5932f843731674f0c5a94fd3b5b542cd99d033
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-21 21:56:24 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-21 22:33:43 +0000
12.4 Release notes: Improve ocs_fc entry
- Split entry into multiple entries sorted chronologically by commit
date.
- Increase number of use-after-free bugs fixed from 1 to 2.
- Reduce number of memory leaks fixed from 'some' to 1 (I could not find more
in the logs).
- Add a possible null pointer dereference fix.
- 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 1c02ea87e9..bd4c2c8e82 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -368,7 +368,15 @@ The man:mpr[4] and man:mps[4] drivers had a more robust device mapping implement
gitref:9d842d84f49af6d4aacaea694dcaea4173522684[repository=src]
{{< sponsored "iXsystems, Inc." >}}
-The man:ocs_fc[4] device driver had a use-after-free bug fixed along with some memory leaks.
+The man:ocs_fc[4] had a memory leak fixed.
+gitref:12e6cbd158530259d951e3e246a52ddc57fa644b[repository=src]
+
+The man:ocs_fc[4] device driver had two use-after-free bugs fixed.
+gitref:241d1376550452d2da5eb80e9ee5d84ae567dd7b[repository=src]
+gitref:fa3e66e9f7cd903050454fc284e2709a9e28e651[repository=src]
+
+The man:ocs_fc[4] had a possible null pointer dereference fixed.
+gitref:9199f5e0ba5c20e2f170b549a743a550d9b38ec8[repository=src]
The man:pfsync[4] pseudo-device had some locking, defer mode, and NULL check bugs fixed.