Date: Wed, 27 Nov 2024 18:22:34 +0000 From: Jessica Clarke <jrtc27@freebsd.org> To: Brooks Davis <brooks@FreeBSD.org> Cc: "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org> Subject: Re: git: 56ef9c872bc5 - main - nvi: use memmove to realign buffers Message-ID: <E39AB6F0-1768-4F72-8559-2592D58681E0@freebsd.org> In-Reply-To: <202411271820.4ARIKREu071280@gitrepo.freebsd.org> References: <202411271820.4ARIKREu071280@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Nov 2024, at 18:20, Brooks Davis <brooks@FreeBSD.org> wrote: >=20 > The branch main has been updated by brooks: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D56ef9c872bc5b086d73fed6317159e40= be32d40e >=20 > commit 56ef9c872bc5b086d73fed6317159e40be32d40e > Author: Brooks Davis <brooks@FreeBSD.org> > AuthorDate: 2024-11-27 17:38:42 +0000 > Commit: Brooks Davis <brooks@FreeBSD.org> > CommitDate: 2024-11-27 18:20:04 +0000 >=20 > nvi: use memmove to realign buffers >=20 > Replace a rather convoluted realignment algorithm with memmove(). = In > addition to being hard to understand, the code would read beyond = the end > of the input buffer in certain conditions (found on CheriBSD). >=20 > Sponsored by: DARPA > Pull Request: https://github.com/lichray/nvi2/pull/122 Also needs = https://github.com/lichray/nvi2/commit/25c4d7db4ea638a31ac458b733a3b67b0a0= ff634 Jess
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E39AB6F0-1768-4F72-8559-2592D58681E0>