This is library for Parrot Virtual Machine to provide libgit2 bindings to all languages running on Parrot Virtual Machine. You need Parrot VM 3.5.0 or higher configured with libffi to compile ...
A vulnerability was found in libgit2 before versions 0.28.4 and 0.9x before 0.99.0. In certain cases, path.c mishandled equivalent filenames on NTFS partitions. This could potentially lead to remote ...
mkdir lg2-demo cd lg2-demo #touch CMakeLists.txt and fill it touch CMakeLists.txt #touch main.c and fill it touch main.c mkdir build cd build cmake .. \ -DCMAKE_BUILD_TYPE=Debug \ ...