mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-30 19:52:10 +00:00
A diff that is created with a NULL options parameter could result in a NULL prefix string, but diff merge was unconditionally strdup'ing it. I added a test to replicate the issue and then a new method that does the right thing with NULL values. |
||
|---|---|---|
| .. | ||
| blob.c | ||
| diff_helpers.c | ||
| diff_helpers.h | ||
| index.c | ||
| iterator.c | ||
| patch.c | ||
| tree.c | ||
| workdir.c | ||