10000 android: Fixing two potential IndexOutOfBoundsException. by MohammedKHC0 · Pull Request #563 · not-fl3/miniquad · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

android: Fixing two potential IndexOutOfBoundsException. #563

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

Merged
merged 1 commit into from
Jun 22, 2025

Conversation

MohammedKHC0
Copy link
Contributor

The first one is characters.length >= 0 It should be >= 1. The second one is acessing the first item of the primary clip while in theory it could be empty. Also btw ClipboardManager will never be null.

The first one is characters.length >= 0 It should be >= 1.
The second one is acessing the first item of the primary clip while in theory it could be empty. Also btw ClipboardManager will never be null.
@not-fl3
Copy link
Owner
not-fl3 commented Jun 22, 2025

Thanks for PR!

@not-fl3 not-fl3 merged commit 8286709 into not-fl3:master Jun 22, 2025
11 checks passed
@MohammedKHC0 MohammedKHC0 deleted the patch-3 branch June 22, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0