]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.7.4 v2.7.4
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2016 18:32:13 +0000 (11:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2016 18:32:13 +0000 (11:32 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.7.4.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.7.4.txt b/Documentation/RelNotes/2.7.4.txt
new file mode 100644 (file)
index 0000000..883ae89
--- /dev/null
@@ -0,0 +1,11 @@
+Git v2.7.4 Release Notes
+========================
+
+Fixes since v2.7.3
+------------------
+
+ * Bugfix patches were backported from the 'master' front to plug heap
+   corruption holes, to catch integer overflow in the computation of
+   pathname lengths, and to get rid of the name_path API.  Both of
+   these would have resulted in writing over an under-allocated buffer
+   when formulating pathnames while tree traversal.
index c3ec13b5ab6b00c67b8c3c6640ea5ca1fadc73dd..0305065d590568b2df765fbdb471678e8fd0a2e3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.3
+DEF_VER=v2.7.4
 
 LF='
 '
index 65d6f36d3939df320cd58b13cebcd63f2edc0aa9..c66ca680015d2cc4a17edb3aefab75317a6f569f 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.7.3.txt
\ No newline at end of file
+Documentation/RelNotes/2.7.4.txt
\ No newline at end of file