-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[PHP7.4] Fix array access in FederatedShareProvider and Storage/DAV #37311
Conversation
4541153
to
6989b2f
Compare
Adding @phil-davis as he is the author of the referenced issue |
yep, I am aware of this. I will review when @VicDeo gets the code finalized. writes the description and adds a changelog (if needed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI is happy.
16fb108
to
a2c641a
Compare
Codecov Report
@@ Coverage Diff @@
## master #37311 +/- ##
============================================
- Coverage 64.53% 64.53% -0.01%
- Complexity 19166 19167 +1
============================================
Files 1266 1266
Lines 74952 74957 +5
Branches 1331 1331
============================================
+ Hits 48372 48373 +1
- Misses 26188 26192 +4
Partials 392 392
Continue to review full report at Codecov.
|
Description
check array key existence before accessing it
Related Issue
Motivation and Context
Clean log file
How Has This Been Tested?
CI
search for
Trying to access array offset on value of type
inhttps://drone.owncloud.com/owncloud/core/24446/36/8
and
https://drone.owncloud.com/owncloud/core/24446/127/18
Types of changes
Checklist: