]> git.99rst.org Git - git.git/commit
xdiff: handle allocation failure when merging
authorPhillip Wood <redacted>
Wed, 16 Feb 2022 10:15:09 +0000 (10:15 +0000)
committerJunio C Hamano <redacted>
Wed, 16 Feb 2022 18:58:16 +0000 (10:58 -0800)
commit43ad3af380702d9e304140f259480de59320e587
tree157c8f9dcf5f4dda0d8985430310865116f3143c
parent4a37b80e88f8f26a2f56d77c5ad6caa41d572ea8
xdiff: handle allocation failure when merging

Other users of xdiff such as libgit2 need to be able to handle
allocation failures. These allocation failures were previously
ignored.

Signed-off-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
xdiff/xmerge.c
git clone https://git.99rst.org/PROJECT