Skip to content
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

dev/core#1047 Fix instance of null contamination #14556

Merged
merged 1 commit into from
Jun 16, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Jun 16, 2019

Overview

Code stability improvement - remove risky code pattern

Before

Use of CRM_Core_DAO::_nullArray

After

Removed as unnecessarily

Technical Details

Removing a bunch of these as they cause some intermittent test bugs - we are unsure if they do the same in live situations - I've only once seen that happen but it's also quite conceivable since they would be hard to find bugs

Comments

https://lab.civicrm.org/dev/core/issues/1047

@civibot
Copy link

civibot bot commented Jun 16, 2019

(Standard links)

@civibot civibot bot added the master label Jun 16, 2019
@seamuslee001
Copy link
Contributor

Looks fine to me merging

@seamuslee001 seamuslee001 merged commit 79a6b56 into civicrm:master Jun 16, 2019
@seamuslee001 seamuslee001 deleted the null_another branch June 16, 2019 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants