Package: libgit2 / 0.21.1-3~bpo7+1

Metadata

Package Version Patches format
libgit2 0.21.1-3~bpo7+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_tests.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
CVE 2014 9390.patch | (download)

src/checkout.c | 28 27 + 1 - 0 !
src/config_cache.c | 2 2 + 0 - 0 !
src/index.c | 73 48 + 25 - 0 !
src/path.c | 256 256 + 0 - 0 !
src/path.h | 43 43 + 0 - 0 !
src/refdb_fs.c | 10 10 + 0 - 0 !
src/repository.c | 25 25 + 0 - 0 !
src/repository.h | 26 25 + 1 - 0 !
src/tree.c | 2 1 + 1 - 0 !
src/util.c | 91 91 + 0 - 0 !
src/util.h | 12 12 + 0 - 0 !
tests/clar.c | 36 36 + 0 - 0 !
tests/clar.h | 6 6 + 0 - 0 !
tests/config/include.c | 4 2 + 2 - 0 !
tests/core/link.c | 19 3 + 16 - 0 !
tests/index/tests.c | 109 101 + 8 - 0 !
tests/path/core.c | 241 241 + 0 - 0 !
17 files changed, 929 insertions(+), 54 deletions(-)

---