mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 14:25:26 +00:00
The `search_object` function takes the OID length as one of its parameters, where its maximum length is `GIT_OID_HEXSZ`. The `exists` function of the fake backend used `GIT_OID_RAWSZ` though, leading to only the first half of the OID being used when finding the correct object. |
||
|---|---|---|
| .. | ||
| backend_helpers.c | ||
| backend_helpers.h | ||
| multiple.c | ||
| nobackend.c | ||
| nonrefreshing.c | ||