RELNOTES: Fix KMSAN entry

The lead digit was lost in 05eba8e068 making it impossible to find the
commit.

The two subsequent RELNOTES commits gave one less digit of the commit
hash, which is what `git rev-parse --short` thinks the minimal length is,
but keep them to align with other entries.

Fixes:		05eba8e068
Differential Revision:	https://reviews.freebsd.org/D32595
This commit is contained in:
Elliott Mitchell 2021-10-22 15:16:54 +08:00 committed by Li-Wen Hsu
parent b02df2322c
commit cfd8fda159
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -10,16 +10,16 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
d410b585b6f:
d410b585b6f0:
sh(1) is now the default shell for the root user.
396851c20ae:
396851c20aeb:
libncursesw has been split into libtinfow and libncursesw, linker
scripts should make it transparent for consumers. pkg-config files
are also now installed to ease ports detecting the ncurses setup from
base.
422084abbda:
a422084abbda:
LLVM's MemorySanitizer can now be used in amd64 kernels. See the
kmsan(9) manual page for more information.