-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boundary check #10948
boundary check #10948
Conversation
A new Pull Request was created by @BetterWang (Quan Wang) for CMSSW_7_5_X. boundary check It involves the following packages: RecoHI/HiEvtPlaneAlgos @cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 Small fix to prevent array-boundary warnings from the compiler. No change in run-time behavior should occur. The 76X version of this PR, #10947, has already been approved by Reco. The code changes are satisfactory, and Jenkins tests against baseline CMSSW_7_5_X_2015-08-24-1100 show no significant differences, as expected. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Backport of #10947
error: array subscript [-Werror=array-bounds]
added limit checks to header code