Core: prevent crash when applying large flag sets (#1059)#1060
Merged
DerTyp7214 merged 3 commits intostagingfrom Jan 9, 2026
Merged
Core: prevent crash when applying large flag sets (#1059)#1060DerTyp7214 merged 3 commits intostagingfrom
DerTyp7214 merged 3 commits intostagingfrom
Conversation
Large flag/XML payloads caused "Argument list too long" when passed to `su -c`. Write commands via stdin instead of argv to prevent the crash.
Fix multi line commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Brief description
🚀 Release 3.9.5 (395005)
Merge pull request #989 from DerTyp7214/master
Workflow edit
Bump Version to 3.9.5 (395008)
🚀 Release 3.9.6 (396000)
Core: prevent crash when applying large flag sets (#1059)
Version bump (#1061)
Update buildCi.yml (#1062)
💻 Commits
| Update buildCi.yml (Update buildCi.yml #1062)
| Fix multi line commits
| Version bump (Version bump #1061)
|
Core: prevent crash when applying large flag sets (Core: prevent crash when applying large flag sets #1059)
Large flag/XML payloads caused "Argument list too long" when passed to
su -c.Write commands via stdin instead of argv to prevent the crash.
| 🚀 Release 3.9.6 (396000)
| • Add windowInsets to the download list screen
| • Add setWindowlnsetsAnimation to the download list screen
| • Bump versionCode to 396000 (3.9.6)
| • Require Gboard installation to use the app
| • Update Dependencies
| • Update Chinese Translations
| • Update UI elements to match Material3Expressive
| Bump Version to 3.9.5 (395008)
| • Fix workflow
| • Bump Version to 3.9.5 (395008)
| Workflow edit
|
| Merge pull request Copy Flags Fix #989 from DerTyp7214/master
| Copy Flags Fix
|
| • Bump versionCode to 395006 (3.9.5)
| • Delete llm_pc_gemma_prompt_tag_end value when copying a flag to fix flag loading
| • Update portuguese translation
🚀 Release 3.9.5 (395005)
• Add Repo URL copy option
• Bump versionCode to 395005 (3.9.5)
• Fix app opening if the useMagisk preferences are changed in the background
• Remove Sounds tab
• Remove Magisk Method
• Update Cmake to 4.0.2
• Update Dependencies
• Update Kotlin to 2.2.0
• Update Submodules
• Update Theme files
• Use the '@param:' annotation target
📁 Modified files
.github/workflows/buildCi.yml | 5 ++++-
app/build.gradle.kts | 4 ++--
.../rboardthememanager/core/PorcessBuilder.kt | 17 ++++++++++++++---
3 files changed, 20 insertions(+), 6 deletions(-)