Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
indent
indent-CVE-2024-0911.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File indent-CVE-2024-0911.patch of Package indent
Index: indent-2.2.11/src/output.c =================================================================== --- indent-2.2.11.orig/src/output.c +++ indent-2.2.11/src/output.c @@ -291,7 +291,7 @@ void set_buf_break ( /* Did we just parse a bracket that will be put on the next line * by this line break? */ - if ((*token == '(') || (*token == '[')) + if (level > 0 && ((*token == '(') || (*token == '['))) { --level; /* then don't take it into account */ }
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