-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chip-shell: properly null-terminate maxed line (#16013)
* chip-shell: properly null-terminate maxed line * Refactor chip-shell ReadLine() * Apply Default ReadLine changes to MainLoopEFR32 * Shell ReadLine early continue if nothing read * Change shell default ReadLine() to return size_t Previously returned ssize_t, but no reason for this.
- Loading branch information
1 parent
bed563a
commit c6b4b4e
Showing
2 changed files
with
81 additions
and
94 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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