From d38352cd43ab9745686d697872408bc3249a153f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 17 Sep 2026 09:48:07 -0700 Subject: [PATCH] A few more fixes before -rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 83d2f90daa..7056e990fa 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -906,6 +906,10 @@ Fixes since v2.55 repo_logmsg_reencode() during the rewording operation in 'git history' has been plugged. + * The pathspec matching logic has been updated to avoid out-of-bounds + memory accesses when a negative pathspec is shorter than the common + prefix of positive pathspecs. + * Other code cleanup, docfix, build fix, etc. (merge 026636128f ss/submittingpatches-typofix later to maint). (merge d2af22cc21 jc/rerere-doc-typofix later to maint).