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

Fix use of unitialized value while splitting UPDATE_ADD_CONFLICT #20656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-kpappas
Copy link
Contributor

@a-kpappas a-kpappas commented Nov 15, 2024

We get a "Use of uninitialized value in split" warning in while splitting the UPDATE_ADD_CONFLICT variable as this is most often not set. This is fixed by splitting only when the variable is defined.

Additionally the loop was removed as push gets lists as arguments and split returns the list in list context.

We get a "Use of uninitialized value in split" warning in while splitting the
UPDATE_ADD_CONFLICT variable as this is most often not set. This is fixed by
splitting only when the variable is defined.

Additionally the loop was removed as `push` gets lists as arguments and `split`
returns the list in list context.

Related Ticket: poo#170005
Copy link
Contributor

@badboywj badboywj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants