Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
java-1_8_0-openj9
stringop-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File stringop-overflow.patch of Package java-1_8_0-openj9
diff -urEbwB openj9-openjdk-jdk17.orig/omr/compiler/optimizer/OMRSimplifierHandlers.cpp openj9-openjdk-jdk17/omr/compiler/optimizer/OMRSimplifierHandlers.cpp --- openj9-openjdk-jdk17.orig/omr/compiler/optimizer/OMRSimplifierHandlers.cpp 2023-03-28 09:18:57.979474249 +0200 +++ openj9-openjdk-jdk17/omr/compiler/optimizer/OMRSimplifierHandlers.cpp 2023-03-28 09:49:47.316000333 +0200 @@ -22,6 +22,9 @@ #ifndef OMR_SIMPLIFIERHANDLERS_INCL #define OMR_SIMPLIFIERHANDLERS_INCL +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wstringop-overflow" + #include "optimizer/OMRSimplifierHelpers.hpp" #include "optimizer/SimplifierHandlers.hpp" @@ -17353,5 +17356,6 @@ return node; } +#pragma GCC diagnostic pop #endif
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