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 accessing undefined offsets #30795

Merged
merged 1 commit into from
Jan 22, 2022
Merged

Fix accessing undefined offsets #30795

merged 1 commit into from
Jan 22, 2022

Conversation

CarlSchwan
Copy link
Member

Move this to inside the else clause of the count($matches)

Signed-off-by: Carl Schwan carl@carlschwan.eu

Move this to inside the else clause of the count($matches)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

🙈

@CarlSchwan
Copy link
Member Author

/backport to stable23

@CarlSchwan
Copy link
Member Author

/backport to stable22

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

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

👍 as discussed

@PVince81 PVince81 added the 4. to release Ready to be released and/or waiting for tests to finish label Jan 21, 2022
@nickvergessen nickvergessen added this to the Nextcloud 24 milestone Jan 21, 2022
@PVince81
Copy link
Member

samba test failed without results

since this PR is connected, I've restarted the build just in case, hoping for the best...

@CarlSchwan
Copy link
Member Author

samba test failed without results

since this PR is connected, I've restarted the build just in case, hoping for the best...

It indeed looks connected but at the same time it's also broken on master. 😱

Maybe the tests broke with the PR that added this feature?

@CarlSchwan
Copy link
Member Author

Let's focus on fixing the tests on #30796

@skjnldsv skjnldsv merged commit d9e4e48 into master Jan 22, 2022
@skjnldsv skjnldsv deleted the fix/smb-kerberos branch January 22, 2022 08:55
@skjnldsv
Copy link
Member

samba test failed without results
since this PR is connected, I've restarted the build just in case, hoping for the best...

It indeed looks connected but at the same time it's also broken on master. scream

Maybe the tests broke with the PR that added this feature?

not connected, this was here after the SMB bump of yesterday, Robin have been notified :)

@solracsf
Copy link
Member

@skjnldsv my suggestion was discarded :)

@skjnldsv
Copy link
Member

@acsfer what do you mean?

@solracsf
Copy link
Member

@skjnldsv see

$username = $matches[1];;
(double ;; on master and backports...)

@nickvergessen
Copy link
Member

It works never the less?

@CarlSchwan
Copy link
Member Author

CarlSchwan commented Jan 22, 2022

It works never the less?

yeah, it will work. The additional semicolon is just an empty statement, I will submit Monday a PR to fix it in master but there is no need to backport this.

@solracsf
Copy link
Member

Sure, but merge a PR with this "typo" after it was pointed-out it's a bit, let's say, strange... :)
(and same thing for the backports)

@CarlSchwan
Copy link
Member Author

I'm not sure where this was pointed out. Did you maybe forgot to submit the comment? I only see your message about your suggestions being discarded but this one after merging this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants