Changeset a65ccc4 in mainline for kernel/generic/src/console/console.c
- Timestamp:
- 2025-04-17T15:24:13Z (5 days ago)
- Children:
- 61c91532
- Parents:
- fb75979 (diff), 1db4e2ae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-17 15:24:13)
- git-committer:
- GitHub <noreply@…> (2025-04-17 15:24:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/console.c
rfb75979 ra65ccc4 384 384 data[size] = 0; 385 385 386 uint8_t substitute = '\x1a'; 387 str_sanitize(data, size, substitute); 388 386 389 switch (cmd) { 387 390 case KIO_WRITE:
Note:
See TracChangeset
for help on using the changeset viewer.