提交 7c2e8fc6 编写于 作者: J Junio C Hamano

Merge branch 'tr/unpack-entry-use-after-free-fix'

* tr/unpack-entry-use-after-free-fix:
  unpack_entry: avoid freeing objects in base cache
...@@ -2128,7 +2128,6 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset, ...@@ -2128,7 +2128,6 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
error("failed to unpack compressed delta " error("failed to unpack compressed delta "
"at offset %"PRIuMAX" from %s", "at offset %"PRIuMAX" from %s",
(uintmax_t)curpos, p->pack_name); (uintmax_t)curpos, p->pack_name);
free(base);
data = NULL; data = NULL;
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册