Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:backports
git
CVE-2024-24577.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2024-24577.patch of Package git
Index: b/read-cache.c =================================================================== --- a/read-cache.c +++ b/read-cache.c @@ -1158,10 +1158,13 @@ static int has_dir_name(struct index_sta size_t len; for (;;) { - if (*--slash == '/') - break; + slash--; + if (slash <= ce->name) return retval; + + if (*slash == '/') + break; } len = slash - name;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor